LegendItem.SeparatorColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定圖例項目分隔符號的色彩。
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 值,用於繪製圖例項目分隔符號的色彩。 預設值是 Black。
- 屬性
備註
這個屬性適用于整個 LegendItem 。