AnnotationSmartLabelStyle.CalloutBackColor プロパティ

定義

ラベルの吹き出しの背景色を取得または設定します。 このプロパティは、CalloutStyle プロパティが Box の値に設定されている場合にだけ適用できます。

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

プロパティ値

ラベルの引き出し線の背景色を表す Color オブジェクト。

属性

注釈

このプロパティは内部で使用するために使用され、デザイン時と実行時に非表示になります。

適用対象