次の方法で共有


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 オブジェクト。

属性

注釈

このプロパティを割り当てると、塗りつぶされた直線と曲線の描画には、テーマに関連付けられたブラシが使用されます。

適用対象