共用方式為


Annotation.BackSecondaryColor 屬性

定義

取得或設定註釋背景的次要色彩。

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

屬性值

Color 值,用於繪製具有影線或漸層填滿的註釋背景。

屬性

備註

使用 或 BackGradientStyleBackHatchStyle ,次要色彩會與 搭配 BackColor 使用。

這個屬性不適用於行型別注釋、影像批註和文字批註。

適用於