Brushes.AntiqueWhite 属性

定义

获取系统定义的 Brush 对象。Gets a system-defined Brush object.

public:
 static property System::Drawing::Brush ^ AntiqueWhite { System::Drawing::Brush ^ get(); };
public static System.Drawing.Brush AntiqueWhite { get; }
member this.AntiqueWhite : System.Drawing.Brush
Public Shared ReadOnly Property AntiqueWhite As Brush

属性值

Brush

设置为系统定义颜色的 Brush 对象。A Brush object set to a system-defined color.

注解

若要查看此画笔和此类中的其他画笔所表示的颜色,请参阅 按名称显示颜色To see the color represented by this brush and other brushes in this class, see Colors by Name.

适用于