Viewport3DVisual::Viewport Property

 

Gets or sets the rectangle in which the Viewport3DVisual will be rendered.

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

public:
property Rect Viewport {
	Rect get();
	void set(Rect value);
}

Property Value

Type: System.Windows::Rect

Rectangle in which the contents of the Viewport3D will be rendered.

Identifier field

ViewportProperty

Metadata properties set to true

None

.NET Framework
Available since 3.0
Return to top
Show: