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の不透明度マスク値を表すContainerVisual型の値。

注釈

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

適用対象