This document is archived and information here might be outdated. Recommended version. |
The style of scene tips.
[Visual Basic .NET] Public Property TipStyle As esriTipStyle
[C#] public esriTipStyle TipStyle {get; set;}
[C++]
HRESULT get_TipStyle(
void
);
[C++]
HRESULT put_TipStyle(
);
Returns or sets the TipStyle used by the scene tips when ShowSceneTips is set to true to either solid or transparent. By default the TipStyle is solid.