ESRI.ArcGIS.ADF.Web.UI.WebControls
Orientation Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ZoomLevel Class : Orientation Property




Whether the control is oriented vertically or horizontally.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<BindableAttribute(True)>
<ResDescriptionAttribute("Whether the control is oriented vertically or horizontally.")>
<ResCategoryAttribute("Layout")>
Public Property Orientation As ZoomOrientation
Visual Basic (Usage)Copy Code
Dim instance As ZoomLevel
Dim value As ZoomOrientation
 
instance.Orientation = value
 
value = instance.Orientation
C# 
[DefaultValueAttribute()]
[BindableAttribute(true)]
[ResDescriptionAttribute("Whether the control is oriented vertically or horizontally.")]
[ResCategoryAttribute("Layout")]
public ZoomOrientation Orientation {get; set;}

See Also

© 2010 All Rights Reserved.