ESRI.ArcGIS.ADF.Web.UI.WebControls
ScaleBarNumberPosition Property
See Also  Send Feedback
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")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Determines the orientation of the numbers above or below the ScaleBar. This property is used only when RenderOnClient = true.")>
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")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Determines the orientation of the numbers above or below the ScaleBar. This property is used only when RenderOnClient = true.")]
public ScaleBarNumberPosition ScaleBarNumberPosition {get; set;}

Property Value

The scale bar number position.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.