MonobjcMonobjc Documented Class Library
TangentialPressure Property
NamespacesMonobjc.AppKitNSEventTangentialPressure

Reports the tangential pressure on the device that generated the event represented by the receiver.

Original signature is '- (float)tangentialPressure'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual float TangentialPressure { get; }
Public Overridable ReadOnly Property TangentialPressure As Single
	Get
public:
virtual property float TangentialPressure {
	float get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)