BorderSkin.BackSecondaryColor Özellik

Tanım

Kenarlık kaplama çerçevesinin ikincil arka plan rengini alır veya ayarlar.

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))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.Color BackSecondaryColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BackSecondaryColor : System.Drawing.Color with get, set
Public Property BackSecondaryColor As Color

Özellik Değeri

Bir Color değer.

Öznitelikler

Açıklamalar

Bu renk, ve BackGradientStyle özellikleri kullanıldığında özelliğiyle BackHatchStyle ayarlanan birincil arka plan rengiyle BackColor birleştirilir.

Şunlara uygulanır