LegendItem.SeparatorColor Vlastnost

Definice

Získá nebo nastaví barvu oddělovače položky legendy.

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

Hodnota vlastnosti

Color

Hodnota Color použitá k nakreslit barvu oddělovače položky legendy. Výchozí hodnota je Black.

Atributy

Poznámky

Tato vlastnost se vztahuje na celý LegendItem objekt .

Platí pro