Skip to main content
All docs
V24.2

TextElement.TextAlignment Property

Gets or sets text alignment for the element.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.2.dll

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationFlags.LoadOnly)]
public StringAlignment TextAlignment { get; set; }

Property Value

Type Description
StringAlignment

A value that specifies text alignment.

Remarks

Note

Use the TextElement.DXTextAlignment property instead of TextAlignment in non-Windows environments.

See Also