Back to Devexpress

AccordionControlElementBase.TextPosition Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelementbase-b7bed957.md

latest2.6 KB
Original Source

AccordionControlElementBase.TextPosition Property

OBSOLETE

Use HeaderTemplate.SetTextPosition instead of TextPosition

Gets or sets the position of the AccordionControlElementBase.Text relative to the image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex).

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use HeaderTemplate.SetTextPosition instead of TextPosition")]
public TextPosition TextPosition { get; set; }
vb
<Obsolete("Use HeaderTemplate.SetTextPosition instead of TextPosition")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property TextPosition As TextPosition

Property Value

TypeDescription
DevExpress.XtraBars.Navigation.TextPosition

The text position relative to the image.

|

Remarks

Use the TextPosition property to display the text before or after the image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex).

See Also

Image

ImageIndex

Text

HeaderIndent

AccordionControlElementBase Class

AccordionControlElementBase Members

DevExpress.XtraBars.Navigation Namespace