TextElement.TextAlignment Property
In This Article
Gets or sets text alignment for the element.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationFlags.LoadOnly)]
public StringAlignment TextAlignment { get; set; }
#Property Value
Type | Description |
---|---|
String |
A value that specifies text alignment. |
#Remarks
Note
Use the TextText
in non-Windows environments.
See Also