HasMirrorTransform Property
Gets or sets a value indicating whether to apply mirror transform on this control.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool HasMirrorTransform { get; protected set; }
Public Property HasMirrorTransform As Boolean
Get
Protected Set
member HasMirrorTransform : bool with get, set