SystemBrushes.ButtonFace 属性
定义
获取表示三维元素表面颜色的 SolidBrush。Gets a SolidBrush that is the face color of a 3-D element.
public:
static property System::Drawing::Brush ^ ButtonFace { System::Drawing::Brush ^ get(); };
public static System.Drawing.Brush ButtonFace { get; }
member this.ButtonFace : System.Drawing.Brush
Public Shared ReadOnly Property ButtonFace As Brush
属性值
SolidBrush,它是三维元素的表面颜色。A SolidBrush that is the face color of a 3-D element.