ESRI.ArcGIS.ADF.ArcGISServer.Editor
SnapTipColor Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : SnapTipColor Property




The color to use for the snap tip location marker displayed when a snap enabled tool is active and the 's' key is pressed.

Syntax

Visual Basic (Declaration) 
<ResDefaultValueAttribute()>
<ResDescriptionAttribute("The color to use for the snap tip location marker displayed when a snap enabled tool is active and the 's' key is pressed.")>
<ResCategoryAttribute("Snapping")>
<PersistenceModeAttribute()>
<BrowsableAttribute(True)>
Public Property SnapTipColor As Color
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As Color
 
instance.SnapTipColor = value
 
value = instance.SnapTipColor
C# 
[ResDefaultValueAttribute()]
[ResDescriptionAttribute("The color to use for the snap tip location marker displayed when a snap enabled tool is active and the 's' key is pressed.")]
[ResCategoryAttribute("Snapping")]
[PersistenceModeAttribute()]
[BrowsableAttribute(true)]
public Color SnapTipColor {get; set;}

See Also

© 2010 All Rights Reserved.