ContainerVisual.OpacityMask 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定筆刷,這個筆刷指定 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 的不透明遮罩值。
備註
不透明度遮罩可用來根據筆刷的 Alpha 色板值來建立效果,例如 vignette。