ESRI.ArcGIS.ADF.ArcGISServer.Editor
SnapTipColor Property
See Also  Send Feedback
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()>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Snapping")>
<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.")>
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()]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Snapping")]
[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.")]
public Color SnapTipColor {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.