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


IGlobeControlDefault.TipStyle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeControlDefault Interface > IGlobeControlDefault.TipStyle Property
ArcGIS Developer Help

IGlobeControlDefault.TipStyle Property

The style of globe tips.

[Visual Basic .NET]
Public Property TipStyle As esriTipStyle
[C#]
public esriTipStyle TipStyle {get; set;}
[C++]
HRESULT get_TipStyle(
void
);
[C++]
HRESULT put_TipStyle(
);

Product Availability

Available with ArcGIS Engine.

Description

Returns or sets the TipStyle used by the globe tips. By default the TipStyle is solid.

See Also

IGlobeControlDefault Interface