ArcObjects Library Reference (Controls)  

IEngineInkGenericDrawTool.TipType Property

The pen tip type used to render the element created by this tool.

[Visual Basic .NET]
Public Property TipType As ESRITPCStylusType
[C#]
public ESRITPCStylusType TipType {get; set;}
[C++]
HRESULT get_TipType(
  ESRITPCStylusType* pTipType
);
[C++]
HRESULT put_TipType(
  ESRITPCStylusType pTipType
);
[C++]

Parameters

pTipType [out, retval]

  pTipType is a parameter of type ESRITPCStylusType

pTipType [in]

  pTipType is a parameter of type ESRITPCStylusType

Product Availability

Available with ArcGIS Engine.

Description

The ink TipType used by the ControlsInkGenericDrawTool. By default TipType is ETPC_Ball.

See Also

IEngineInkGenericDrawTool Interface