CommandLinkButtonImageAlign Property
Gets or sets the alignment of the image on the command link button control. A Top alignment attempts to align the image to the middle of the first row of
Text.
Default value:
TopLeft.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(ContentAlignment.TopLeft)]
public ContentAlignment ImageAlign { get; set; }
<DefaultValueAttribute(ContentAlignment.TopLeft)>
Public Property ImageAlign As ContentAlignment
Get
Set
public:
[DefaultValueAttribute(ContentAlignment::TopLeft)]
property ContentAlignment ImageAlign {
ContentAlignment get ();
void set (ContentAlignment value);
}
[<DefaultValueAttribute(ContentAlignment.TopLeft)>]
member ImageAlign : ContentAlignment with get, set
Property Value
ContentAlignment