Interface ISizeableElement
Interface used on UI elements which handle user-defined sizing.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public interface ISizeableElement
Properties
size
The current size of the UI element.
Declaration
Size size { get; set; }
Property Value
Type | Description |
---|---|
Size |