The style of globe tips.
[Visual Basic .NET] Public Property TipStyle As esriTipStyle
[C#] public esriTipStyle TipStyle {get; set;}
[C++]
HRESULT get_TipStyle(
esriTipStyle* Style
);
[C++]
HRESULT put_TipStyle(
esriTipStyle Style
);
[C++]Parameters
Style [out, retval]Style is a parameter of type esriTipStyle
Style [in]Style is a parameter of type esriTipStyle
Product Availability
Available with ArcGIS Engine.
Description
Returns or sets the TipStyle used by the globe tips. By default the TipStyle is solid.