SystemBrushes.ControlDarkDark 属性
定义
获取表示三维元素暗阴影颜色的 SolidBrush。Gets a SolidBrush that is the dark shadow color of a 3-D element.
public:
static property System::Drawing::Brush ^ ControlDarkDark { System::Drawing::Brush ^ get(); };
public static System.Drawing.Brush ControlDarkDark { get; }
member this.ControlDarkDark : System.Drawing.Brush
Public Shared ReadOnly Property ControlDarkDark As Brush
属性值
一个 SolidBrush,它是三维元素的暗阴影颜色。A SolidBrush that is the dark shadow color of a 3-D element.
注解
暗阴影颜色应用于三维元素颜色最深的部分。The dark shadow color is applied to the parts of a 3-D element that are the darkest color.