BaseButtonListImageAlign Property

This is used to set or get the alignment on the button images

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public ContentAlignment ImageAlign { get; set; }

Property Value

ContentAlignment
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.

See Also