Legend.ItemColumnSeparatorColor Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia kolor separatora kolumn tabeli legendy.
public:
property System::Drawing::Color ItemColumnSeparatorColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public System.Drawing.Color ItemColumnSeparatorColor { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.ItemColumnSeparatorColor : System.Drawing.Color with get, set
Public Property ItemColumnSeparatorColor As Color
Wartość właściwości
Wartość Color używana do narysowania koloru separatora kolumn tabeli legendy.
- Atrybuty