InheritsTransform Property
Gets or sets a value that determines whether the popup inherits the render transform from its PlacementTarget. Defaults to false.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool InheritsTransform { get; set; }
Public Property InheritsTransform As Boolean
Get
Set
member InheritsTransform : bool with get, set