Viewport3DVisual::Camera Property

 

Gets or sets the Camera used by the Viewport3DVisual.

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

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

Property Value

Type: System.Windows.Media.Media3D::Camera^

Camera used by the Viewport3DVisual.

.NET Framework
Available since 3.0
Return to top
Show: