Indicates if a cirle indicating the effective snapping region should be displayed when a tool that uses snapping is active.
Syntax
Visual Basic (Declaration) | |
---|
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<BrowsableAttribute(True)>
<ResDescriptionAttribute("Indicates if a circle indicating the effective snapping region should be displayed when a tool that uses snapping is active.")>
<ResCategoryAttribute("Snapping")>
Public Property ShowSnapCircle As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EditorTask
Dim value As Boolean
instance.ShowSnapCircle = value
value = instance.ShowSnapCircle |
C# | |
---|
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[BrowsableAttribute(true)]
[ResDescriptionAttribute("Indicates if a circle indicating the effective snapping region should be displayed when a tool that uses snapping is active.")]
[ResCategoryAttribute("Snapping")]
public bool ShowSnapCircle {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