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


ISnappingEnvironment.ShowSnapTipBackground Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISnappingEnvironment Interface > ISnappingEnvironment.ShowSnapTipBackground Property
ArcGIS Developer Help

ISnappingEnvironment.ShowSnapTipBackground Property

Toggles snap tip background on/off.

[Visual Basic .NET]
Public Property ShowSnapTipBackground As Boolean
[C#]
public bool ShowSnapTipBackground {get; set;}
[C++]
HRESULT get_ShowSnapTipBackground(
  Boolean* Show
);
[C++]
HRESULT put_ShowSnapTipBackground(
  VARIANT_BOOL Show
);
[C++]
Parameters
Show [out, retval]

Show is a parameter of type bool* Show [in]
Show is a parameter of type bool

Product Availability

Available with ArcGIS Engine.

Remarks

The snapping tip uses XOR to display the snapping tip text.  If you are snapping against an orthophoto or other imagery data source, the text may be difficult to see.  By setting ShowTipBackground to true, a solid color is displayed so the snap tip text may be clearly seen. 

This is an application-level setting, and is false by default.

See Also

ISnappingEnvironment Interface