RotateTransform::Value Property

 

Gets the current rotation transformation as a Matrix object.

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

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

Property Value

Type: System.Windows.Media::Matrix

The current rotation transformation as a Matrix.

.NET Framework
Available since 3.0
Return to top
Show: