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.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(ContentAlignment.TopLeft)]
public ContentAlignment ImageAlign { get; set; }

Property Value

ContentAlignment

See Also