Legend.TitleSeparatorColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定圖例標題分隔符號的色彩。
public:
property System::Drawing::Color TitleSeparatorColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public System.Drawing.Color TitleSeparatorColor { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.TitleSeparatorColor : System.Drawing.Color with get, set
Public Property TitleSeparatorColor As Color
屬性值
用來繪製圖例標題分隔符號色彩的 Color 值。 預設值是 Black。
- 屬性