ESRI.ArcGIS.ADF.Web.UI.WebControls
ScaleBarUnitConversionGroup Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ScaleBar Class : ScaleBarUnitConversionGroup Property




Gets or sets the scale bar unit conversion group. The group defines how scalebar unit switches to larger scale when values drop below 0.5. This property is only valid when RenderOnClient=true.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResDescriptionAttribute("The group defines how scalebar unit switches to larger scale when values drop below 0.5. This property is only valid when RenderOnClient=true.")>
<ResCategoryAttribute("Appearance")>
Public Property ScaleBarUnitConversionGroup As ScaleBarUnitConversionGroup
Visual Basic (Usage)Copy Code
Dim instance As ScaleBar
Dim value As ScaleBarUnitConversionGroup
 
instance.ScaleBarUnitConversionGroup = value
 
value = instance.ScaleBarUnitConversionGroup
C# 
[DefaultValueAttribute()]
[ResDescriptionAttribute("The group defines how scalebar unit switches to larger scale when values drop below 0.5. This property is only valid when RenderOnClient=true.")]
[ResCategoryAttribute("Appearance")]
public ScaleBarUnitConversionGroup ScaleBarUnitConversionGroup {get; set;}

Property Value

The scale bar unit conversion group.

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.