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




The orientation of the Toolbar: horizontal or vertical.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResDescriptionAttribute("The orientation of the Toolbar: horizontal or vertical.")>
<ResCategoryAttribute("Appearance")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property Orientation As Orientation
Visual Basic (Usage)Copy Code
Dim instance As ToolbarBase
Dim value As Orientation
 
instance.Orientation = value
 
value = instance.Orientation
C# 
[DefaultValueAttribute()]
[ResDescriptionAttribute("The orientation of the Toolbar: horizontal or vertical.")]
[ResCategoryAttribute("Appearance")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public Orientation Orientation {get; set;}

Remarks

If set to Horizontal (the default), the toolbar items are arranged horizontally across the page. If set to Vertical, the toolbar items are arranged vertically down the page.

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.