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




Units of the values specified by the SizeWidth and SizeHeight properties of the WidthItem.

Syntax

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

See Also

© 2010 All Rights Reserved.