CommandLinkButtonFlatStyle Property

Gets or sets the flat style state of the command link button.
Default value: Standard.

Definition

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

Property Value

FlatStyle

See Also