AdornerPanel.UseMirrorTransform Property
Determines whether to use the mirror transform.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected Friend Overridable ReadOnly Property UseMirrorTransform As Boolean
Get
protected internal virtual bool UseMirrorTransform { get; }
protected public:
virtual property bool UseMirrorTransform {
bool get ();
}
abstract UseMirrorTransform : bool
override UseMirrorTransform : bool
function get UseMirrorTransform () : boolean
Property Value
Type: System.Boolean
true if mirror transform is being used; otherwise, false. Always returns true.
.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.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace