FlatButtonAppearance.BorderColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定按鈕周圍的框線色彩。
public:
property System::Drawing::Color BorderColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Browsable(true)]
public System.Drawing.Color BorderColor { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.BorderColor : System.Drawing.Color with get, set
Public Property BorderColor As Color
屬性值
Color 結構,表示按鈕周圍的框線色彩。
- 屬性