ESRI.ArcGIS.ADF.Web.UI.WebControls
ClientToolGraphicsWidth Property
See Also 
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) 
<ResCategoryAttribute("Appearance")>
<ResDescriptionAttribute("The line width in pixels of shapes dragged on the control using a Tool.")>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
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# 
[ResCategoryAttribute("Appearance")]
[ResDescriptionAttribute("The line width in pixels of shapes dragged on the control using a Tool.")]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
public int ClientToolGraphicsWidth {get; set;}

See Also

© 2010 All Rights Reserved.