| Interface | Description | 
|---|---|
| OffsetRule | 
 Common interface for  
UiElement x/y offset rules | 
| SizeRule | 
 Common interface for  
UiElement width rules | 
| Class | Description | 
|---|---|
| AbsoluteOffsetRule | 
 An implementation of  
OffsetRule that returns a fixed offset in pixels | 
| AbsoluteSizeRule | 
 An implementation of  
SizeRule that returns a fixed size in pixels | 
| LayoutRuleset | 
 The width and offset ruleset of a  
UiElement for different
 ScreenSizes | 
| LayoutState | 
 Represents the current flow state during layout 
 | 
| ResponsiveOffsetRule | 
 An implementation of  
OffsetRule that changes the offset of the current
 UiElement based on the size of the parent UiElement. | 
| ResponsiveSizeRule | 
| Enum | Description | 
|---|---|
| HorizontalAlignment | 
 Wraps  
Align as an enum. | 
| ScreenSize | 
 Represents different screen size categories 
 | 
| VerticalAlignment | 
 Represents vertical alignment of elements 
 |