ContainerVisual::Offset Property

 

Gets or sets the offset value of the ContainerVisual from its reference point.

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

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

Property Value

Type: System.Windows::Vector

A Vector that represents the offset value of the ContainerVisual.

.NET Framework
Available since 3.0
Return to top
Show: