This document is archived and information here might be outdated.  Recommended version.


IEngineInkEnvironment.PressureSensitiveStylus Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineInkEnvironment Interface > IEngineInkEnvironment.PressureSensitiveStylus Property
ArcGIS Developer Help

IEngineInkEnvironment.PressureSensitiveStylus Property

Indicates if the ink stylus is pressure-sensitive.

[Visual Basic .NET]
Public Property PressureSensitiveStylus As Boolean
[C#]
public bool PressureSensitiveStylus {get; set;}
[C++]
HRESULT get_PressureSensitiveStylus(
  VARIANT_BOOL usePressureSensitive
);
[C++]
HRESULT put_PressureSensitiveStylus(
  Boolean* usePressureSensitive
);
[C++]
Parameters
usePressureSensitive [in]

usePressureSensitive is a parameter of type bool usePressureSensitive [out, retval]
usePressureSensitive is a parameter of type bool*

Product Availability

Available with ArcGIS Engine.

Description

Enables or disables the pressure sensitivity of the stylus.

See Also

IEngineInkEnvironment Interface