ESRI.ArcGIS.ADF.Web.UI.WebControls
ScaleBarStyle Enumeration
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : ScaleBarStyle Enumeration




Styles for a Scalebar

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum ScaleBarStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ScaleBarStyle
C# 
[SerializableAttribute()]
public enum ScaleBarStyle : Enum 

Members

MemberDescription
Alternating The Scalebar has alternating bands of color.
DoubleAlternating The Scalebar has 2 rows of alternating bands of color which complement each other.
SingleDivision The Scalebar has a single band of color.
ScaleLine The Scalebar has a single line (No Bar) and a single division

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Web.UI.WebControls.ScaleBarStyle

See Also

© 2010 All Rights Reserved.