ArcObjects Library Reference (Controls)  

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(
  VARIANT_BOOL* Show
);
[C++]
HRESULT put_ShowSnapTipBackground(
  VARIANT_BOOL Show
);
[C++]

Parameters

Show [out, retval]   Show is a parameter of type VARIANT_BOOL Show [in]   Show is a parameter of type VARIANT_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