HELIX.Widgets.Universal
Namespace
Namespaces
Static Classes
Structs
Substance LayersStruct
Represents a collection of Substances.
Classes
H AlignClass
A widget that aligns its child to the specified alignment.
H BoxClass
A primitive widget that can be used to apply a background and border.
H ButtonClass
A highly customizable button with various styling, size, and behavioral options.
H CenterClass
A widget that tries to center its child using flex layouting.
H ColumnClass
Represents a vertically oriented flexible container widget.
H FlexClass
Represents a flexible layout widget that arranges its child widgets
along a specified axis with various alignment and wrapping properties.
H GapClass
A widget used to easily add spacing between other widgets.
H IconClass
A wrapper widget around Label that is optimized for displaying font based icons.
H RowClass
Represents a horizontally oriented flexible container widget.
H SliderClass
A highly customizable slider widget that can be used for sliders and scrollbars.
H StackClass
Represents a container that tries to arrange its children above each other using absolute positioning.
H Substance BoxClass
A widget that materializes SubstanceLayers.
H TextClass
A wrapper widget around Label that allows for easy configuration of the textual content.
H Text FieldClass
A highly customizable text field widget that can be used for text input.
H Theme ProviderClass
A widget that provides inheritable theme properties to its descendants.
Abstract Classes
SubstanceAbstract Class
Represents a generic state-dependent visual layer of a widget.
Makes use of a WidgetState to determine the current semantic state of a widget and derives a IWidgetListCandidate that can be materialized by consumer like the HSubstanceBox.
Makes use of a WidgetState to determine the current semantic state of a widget and derives a IWidgetListCandidate that can be materialized by consumer like the HSubstanceBox.