ContainerVisual.OpacityMask プロパティ

定義

ContainerVisual に使用可能な不透明マスクを指定するブラシを取得または設定します。

public:
 property System::Windows::Media::Brush ^ OpacityMask { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush OpacityMask { get; set; }
member this.OpacityMask : System.Windows.Media.Brush with get, set
Public Property OpacityMask As Brush

プロパティ値

Brush

Brush の不透明マスク値を表す ContainerVisual 型の値。

注釈

不透明度マスクを使用すると、ブラシのアルファ チャネル値に基づいて、ビネットなどの効果を作成できます。

適用対象