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