Transform.Value Property

Definition

Gets the current transformation as a Matrix object.

public:
 abstract property System::Windows::Media::Matrix Value { System::Windows::Media::Matrix get(); };
public abstract System.Windows.Media.Matrix Value { get; }
member this.Value : System.Windows.Media.Matrix
Public MustOverride ReadOnly Property Value As Matrix

Property Value

The current matrix transformation.

Applies to