Visual::VisualOffset Property

 

Gets or sets the offset value of the visual object.

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

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

Property Value

Type: System.Windows::Vector

A Vector that specifies the offset value.

.NET Framework
Available since 3.0
Return to top
Show: