ActivityDesignerTheme.ForegroundBrush 属性

定义

获取与主题关联的 Brush 对象。

public:
 property System::Drawing::Brush ^ ForegroundBrush { System::Drawing::Brush ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Brush ForegroundBrush { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ForegroundBrush : System.Drawing.Brush
Public ReadOnly Property ForegroundBrush As Brush

属性值

Brush

与主题关联的 Brush 对象。

属性

注解

指派此属性会使与主题关联的画笔绘制填充直线和曲线。

适用于