Interface IPlaceableElement
Interface that should be implemented in UI elements that can be anchored to another UI element.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public interface IPlaceableElement
Properties
placement
The popover placement.
Declaration
PopoverPlacement placement { get; set; }
Property Value
Type | Description |
---|---|
PopoverPlacement |
tipElement
The popover tip/arrow element.
Declaration
VisualElement tipElement { get; }
Property Value
Type | Description |
---|---|
VisualElement |