Transform::Value Property

 

Gets the current transformation as a Matrix object.

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

public:
property Matrix Value {
	virtual Matrix get() abstract;
}

Property Value

Type: System.Windows.Media::Matrix

The current matrix transformation.

.NET Framework
Available since 3.0
Return to top
Show: