Position of the text with reference to the image on a Command or Tool. Applies only to toolbars with the ImageAndText ToolbarStyle.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("Position of the text with reference to the image on a Command or Tool. Applies only to toolbars with the ImageAndText ToolbarStyle.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Appearance")>
<PersistenceModeAttribute()>
Public Property TextPosition As TextPosition |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ToolbarBase
Dim value As TextPosition
instance.TextPosition = value
value = instance.TextPosition
|
| C# | |
|---|
[ResDescriptionAttribute("Position of the text with reference to the image on a Command or Tool. Applies only to toolbars with the ImageAndText ToolbarStyle.")]
[DefaultValueAttribute()]
[ResCategoryAttribute("Appearance")]
[PersistenceModeAttribute()]
public TextPosition TextPosition {get; set;} |
Remarks
See Also