Viewport3DVisual::Offset Property

 

Gets or sets the offset value of the Viewport3DVisual.

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

public:
property Vector Offset {
	Vector get();
	void set(Vector value);
}

Property Value

Type: System.Windows::Vector

Vector that represents the offset value of the Viewport3DVisual.

.NET Framework
Available since 3.0
Return to top
Show: