BaseButtonListTextAlign Property
This is used to set or get the alignment on the button text
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public ContentAlignment TextAlign { get; set; }
Public Property TextAlign As ContentAlignment
Get
Set
public:
property ContentAlignment TextAlign {
ContentAlignment get ();
void set (ContentAlignment value);
}
member TextAlign : ContentAlignment with get, set
Property 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.