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




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

Syntax

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

See Also

© 2010 All Rights Reserved.