Class SizeContext
The component size context.
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public record SizeContext : IContext, IEquatable<SizeContext>
Constructors
SizeContext(Size)
The component size context.
Declaration
public SizeContext(Size size)
Parameters
Type | Name | Description |
---|---|---|
Size | size | The component size. |
Properties
size
The component size.
Declaration
public Size size { get; }
Property Value
Type | Description |
---|---|
Size |