SystemBrushes.AppWorkspace 属性
定义
获取表示应用程序工作区的颜色的 SolidBrush。Gets a SolidBrush that is the color of the application workspace.
public:
static property System::Drawing::Brush ^ AppWorkspace { System::Drawing::Brush ^ get(); };
public static System.Drawing.Brush AppWorkspace { get; }
member this.AppWorkspace : System.Drawing.Brush
Public Shared ReadOnly Property AppWorkspace As Brush
属性值
一个 SolidBrush,它是应用程序工作区的颜色。A SolidBrush that is the color of the application workspace.
注解
应用程序工作区是多文档视图中未被文档占据的区域。The application workspace is the area in a multiple-document view that is not being occupied by documents.