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 主题关联的对象。

属性

注解

分配此属性会导致与主题关联的画笔绘制填充的线条和曲线。

适用于