ESRI.ArcGIS.ADF.Tasks
SizeWidth Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > WidthItem Class : SizeWidth Property




Width measurement. The Unit property determines the units of this value.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Attributes")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Width size.")>
Public Property SizeWidth As Double
Visual Basic (Usage)Copy Code
Dim instance As WidthItem
Dim value As Double
 
instance.SizeWidth = value
 
value = instance.SizeWidth
C# 
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Attributes")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Width size.")]
public double SizeWidth {get; set;}

See Also

© 2010 All Rights Reserved.