Share via


ViewItem.LayoutTransform Property

Gets the layout transform of 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 LayoutTransform As Transform
    Get
public abstract Transform LayoutTransform { get; }
public:
virtual property Transform^ LayoutTransform {
    Transform^ get () abstract;
}
abstract LayoutTransform : Transform
abstract function get LayoutTransform () : Transform

Property Value

Type: System.Windows.Media.Transform
The layout transform of the current ViewItem.

.NET Framework Security

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace