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
- 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.