Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.