RectangleAnnotation.BackSecondaryColor 属性

定义

获取或设置批注背景的辅助颜色。Gets or sets the secondary color for an annotation background.

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

属性值

Color

一个 Color 值,该值用于绘制带阴影或渐变填充的批注背景。A Color value used to draw the annotation background with hatching or gradient fill.

属性

注解

BackColor BackHatchStyle 使用或属性时,将使用此颜色 BackGradientStyleThis color is used with BackColor when the BackHatchStyle or BackGradientStyle property is used.

适用于