Viewport3DVisual.OpacityMask 属性

定义

获取或设置 Viewport3DVisual 的不透明掩码值。

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

属性值

用来表示 Viewport3DVisual 的不透明掩码值的 Brush

适用于