PlacementTarget Property
Gets or sets the control that is used to determine the popup's position.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[ResolveByNameAttribute]
public Control? PlacementTarget { get; set; }
<ResolveByNameAttribute>
Public Property PlacementTarget As Control
Get
Set
[<ResolveByNameAttribute>]
member PlacementTarget : Control with get, set