共用方式為


BorderSkin.BackSecondaryColor 屬性

定義

取得或設定框線外觀框架的次要背景色彩。

public:
 property System::Drawing::Color BackSecondaryColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public System.Drawing.Color BackSecondaryColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.BackSecondaryColor : System.Drawing.Color with get, set
Public Property BackSecondaryColor As Color

屬性值

Color 值。

屬性

備註

當 使用 和 BackGradientStyle 屬性時 BackHatchStyle ,這個色彩會與與 屬性設定 BackColor 的主要背景色彩結合。

適用於