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
See Also