Viewport3DVisual::OpacityMask Property

 

Gets or sets the opacity mask value of the Viewport3DVisual.

Namespace:   System.Windows.Media.Media3D
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Brush^ OpacityMask {
	Brush^ get();
	void set(Brush^ value);
}

Property Value

Type: System.Windows.Media::Brush^

Brush that represents the opacity mask value of the Viewport3DVisual.

.NET Framework
Available since 3.0
Return to top
Show: