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




The orientation of the Toolbar: horizontal or vertical.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The orientation of the Toolbar: horizontal or vertical.")>
<ResCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
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# 
[ResDescriptionAttribute("The orientation of the Toolbar: horizontal or vertical.")]
[ResCategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
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.

See Also

Reference

ToolbarBase Class

ToolbarBase Members

ESRI.ArcGIS.ADF.Web.UI.WebControls.Orientation

© 2010 All Rights Reserved.