PopupInheritsTransform 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) Version: 11.3.999
public bool InheritsTransform { get; set; }

Property Value

Boolean

See Also