BrushStyleSetInfo.BackColor 属性

定义

获取或设置此 HatchBrush 对象绘制的阴影线条之间的空间颜色。

public:
 property System::Drawing::Color BackColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color BackColor { get; set; }
member this.BackColor : System.Drawing.Color with get, set
Public Property BackColor As Color

属性值

Color

表示此 HatchBrush 背景色的颜色结构。

适用于