Xceed SmartUI for WinForms v3.6 Documentation
TextPosition Property


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.OutlookShortcutBar Namespace > Group Class : TextPosition Property
Gets or sets the position of the text in regards to the image.
Syntax
'Declaration
 
<DescriptionAttribute("The position of the text in regards to the image.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<MergablePropertyAttribute(False)>
<LocalizableAttribute(False)>
Public Property TextPosition As TextPosition
'Usage
 
Dim instance As Group
Dim value As TextPosition
 
instance.TextPosition = value
 
value = instance.TextPosition
[Description("The position of the text in regards to the image.")]
[Category("Appearance")]
[DefaultValue()]
[Browsable(true)]
[MergableProperty(false)]
[Localizable(false)]
public TextPosition TextPosition {get; set;}

Property Value

A TextPosition value representing the position of the text in regards to the image.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Group Class
Group Members