HatchBrush.BackgroundColor 属性

定义

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

public:
 property System::Drawing::Color BackgroundColor { System::Drawing::Color get(); };
public System.Drawing.Color BackgroundColor { get; }
member this.BackgroundColor : System.Drawing.Color
Public ReadOnly Property BackgroundColor As Color

属性值

一个 Color 结构,表示此 HatchBrush 的背景色。

适用于