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




Gets or sets the position of the numbers w.r.t the bar. This property is used only when RenderOnClient = true.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Appearance")>
<ResDescriptionAttribute("Determines the orientation of the numbers above or below the ScaleBar. This property is used only when RenderOnClient = true.")>
<DefaultValueAttribute()>
Public Property ScaleBarNumberPosition As ScaleBarNumberPosition
Visual Basic (Usage)Copy Code
Dim instance As ScaleBar
Dim value As ScaleBarNumberPosition
 
instance.ScaleBarNumberPosition = value
 
value = instance.ScaleBarNumberPosition
C# 
[ResCategoryAttribute("Appearance")]
[ResDescriptionAttribute("Determines the orientation of the numbers above or below the ScaleBar. This property is used only when RenderOnClient = true.")]
[DefaultValueAttribute()]
public ScaleBarNumberPosition ScaleBarNumberPosition {get; set;}

Return Value

The scale bar number position.

See Also

© 2010 All Rights Reserved.