RadioButtonListCheckAlign Property
This is used to set or get the alignment on the radio button checkmark
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override ContentAlignment CheckAlign { get; set; }
Public Overrides Property CheckAlign As ContentAlignment
Get
Set
public:
virtual property ContentAlignment CheckAlign {
ContentAlignment get () override;
void set (ContentAlignment value) override;
}
abstract CheckAlign : ContentAlignment with get, set
override CheckAlign : ContentAlignment with get, set
Property Value
ContentAlignmentThe default alignment is
MiddleLeft