Base Button ListText Align Property
This is used to set or get the alignment on the button text
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default alignment is MiddleLeft. Note that right-aligned images with right-aligned text will not work as the text will always overlap the image. Centered text with right-aligned images will work but there may be some overlap on the longest item.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public ContentAlignment TextAlign { get; set; }VB
Public Property TextAlign As ContentAlignment
Get
SetC++
public:
property ContentAlignment TextAlign {
ContentAlignment get ();
void set (ContentAlignment value);
}F#
member TextAlign : ContentAlignment with get, setProperty Value
ContentAlignmentThe default alignment is MiddleLeft. Note that right-aligned images with right-aligned text will not work as the text will always overlap the image. Centered text with right-aligned images will work but there may be some overlap on the longest item.