Share via


ViewItem.Transform Property

Gets the transform value for the current ViewItem.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Transform As Transform
    Get
public abstract Transform Transform { get; }
public:
virtual property Transform^ Transform {
    Transform^ get () abstract;
}
abstract Transform : Transform
abstract function get Transform () : Transform

Property Value

Type: System.Windows.Media.Transform
A Transform that represents the transform of the current Visual.

.NET Framework Security

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace