Summary
Gets or sets the control that is used to determine the popup's position.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Popup
Syntax
[ResolveByName]
public Control? PlacementTarget { get; set; }
Attributes
Type | Description |
---|---|
Resolve |
Indicates that the property resolves an element by Name or x:Name. When applying this to attached properties, ensure to put on both the Getter and Setter methods. |
Value
Type | Description |
---|---|
Control? |