AnnotationGroup.BackSecondaryColor 属性
定义
获取或设置批注背景的辅助颜色。Gets or sets the secondary color for the background of an annotation.
public:
virtual property System::Drawing::Color BackSecondaryColor { 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 BackSecondaryColor { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.BackSecondaryColor : System.Drawing.Color with get, set
Public Overrides Property BackSecondaryColor As Color
属性值
一个 Color 值,该值用于绘制带阴影或渐变填充的背景。A Color value used to draw the background with hatching or gradient fill.
- 属性
注解
BackColor使用或时,将使用辅助 BackHatchStyle 颜色 BackGradientStyle 。A secondary color is used with BackColor when BackHatchStyle or BackGradientStyle are used.