Annotation.BackColor 属性

定义

获取或设置批注的背景色。Gets or sets the color of an annotation background.

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

属性值

Color

用于绘制批注背景的 Color 值。A Color value used to draw an annotation background.

属性

注解

此属性不适用于行类型批注、图像批注和文本批注。This property does not apply to line-type annotations, image annotations and text annotations.

适用于