ESRI.ArcGIS.ADF.Web.UI.WebControls
ClientToolGraphicsWidth Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CartoDisplay Class : ClientToolGraphicsWidth Property




Line width of shapes dragged on the PageLayout/Map controls while using a Tool.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<DefaultValueAttribute()>
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<ResCategoryAttribute("Appearance")>
<ResDescriptionAttribute("The line width in pixels of shapes dragged on the control using a Tool.")>
Public Property ClientToolGraphicsWidth As Integer
Visual Basic (Usage)Copy Code
Dim instance As CartoDisplay
Dim value As Integer
 
instance.ClientToolGraphicsWidth = value
 
value = instance.ClientToolGraphicsWidth
C# 
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute()]
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ResCategoryAttribute("Appearance")]
[ResDescriptionAttribute("The line width in pixels of shapes dragged on the control using a Tool.")]
public int ClientToolGraphicsWidth {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.