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

See Also

Reference

AdornerPanel Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Adorner Architecture

Feature Providers and Feature Connectors