SolidColorBrush 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SolidColorBrush() |
初始化 SolidColorBrush 類別的新實例,不含色彩。 |
SolidColorBrush(Color) |
使用指定的Color,初始化SolidColorBrush類別的新實例。 |
SolidColorBrush()
初始化 SolidColorBrush 類別的新實例,不含色彩。
public:
SolidColorBrush();
SolidColorBrush();
public SolidColorBrush();
function SolidColorBrush()
Public Sub New ()
另請參閱
適用於
SolidColorBrush(Color)
使用指定的Color,初始化SolidColorBrush類別的新實例。
public:
SolidColorBrush(Color color);
SolidColorBrush(Color const& color);
public SolidColorBrush(Color color);
function SolidColorBrush(color)
Public Sub New (color As Color)
參數
- color
- Color
要套用至筆刷的色彩。