Alignment of the text and image on a Command or Tool.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("The alignment of the text and image on a Command or Tool.")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
<ResCategoryAttribute("Appearance")>
Public Property Alignment As Alignment |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ToolbarBase
Dim value As Alignment
instance.Alignment = value
value = instance.Alignment
|
| C# | |
|---|
[ResDescriptionAttribute("The alignment of the text and image on a Command or Tool.")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
[ResCategoryAttribute("Appearance")]
public Alignment Alignment {get; set;} |
Remarks
See Also