Share via


LegendItem.SeparatorColor 屬性

定義

取得或設定圖例項目分隔符號的色彩。

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

屬性值

Color

Color 值,用於繪製圖例項目分隔符號的色彩。 預設值是 Black

屬性

備註

這個屬性適用于整個 LegendItem

適用於