This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControl3 Interface > IMapControl3.TipStyle Property (ArcObjects .NET 10.5 SDK) |
The style of map 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
Returns or sets the TipStyle used by the map tips when ShowMapTips is set to true to either solid or transparent. By default the TipStyle is solid.