Visual::VisualTransform Property

 

Gets or sets the Transform value for the Visual.

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

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

Property Value

Type: System.Windows.Media::Transform^

The transform value of the visual.

.NET Framework
Available since 3.0
Return to top
Show: