Viewport3DVisual::Transform Property

 

Gets or sets the transform value of the Viewport3DVisual.

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

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

Property Value

Type: System.Windows.Media::Transform^

Transform applied to the Viewport3DVisual.

.NET Framework
Available since 3.0
Return to top
Show: