LinkLabel.FlatStyle 属性

定义

获取或设置 LinkLabel 的平面样式外观。

public:
 property System::Windows::Forms::FlatStyle FlatStyle { System::Windows::Forms::FlatStyle get(); void set(System::Windows::Forms::FlatStyle value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.FlatStyle FlatStyle { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.FlatStyle : System.Windows.Forms.FlatStyle with get, set
Public Property FlatStyle As FlatStyle

属性值

FlatStyle

FlatStyle 值之一。

属性

注解

此属性与此类无关。

适用于