Interface IFloatContainer
Definition
Namespace: StardewUI.Layout
Assembly: StardewUI.dll
Provides access to a UI element's floating elements.
Remarks
Every subclass of View has built-in behavior to hold, track, layout and display floating elements, but some custom IView implementations (including DecoratorView subclasses) may not, and must implement the interface themselves if they wish to support floats.
Members
Properties
Name | Description |
---|---|
FloatingElements | The floating elements to display relative to this view. |
Details
Properties
FloatingElements
The floating elements to display relative to this view.