ESRI.ArcGIS.ADF.Web.UI.WebControls
BarHeight Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ScaleBar Class : BarHeight Property




Gets or sets the height of the ScaleBar.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
<ResDescriptionAttribute("The scale bar height in points ( 1/72 inch )")>
<DefaultValueAttribute()>
Public Property BarHeight As Integer
Visual Basic (Usage)Copy Code
Dim instance As ScaleBar
Dim value As Integer
 
instance.BarHeight = value
 
value = instance.BarHeight
C# 
[ResCategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[ResDescriptionAttribute("The scale bar height in points ( 1/72 inch )")]
[DefaultValueAttribute()]
public int BarHeight {get; set;}

See Also

© 2010 All Rights Reserved.