GroupBuilder
Declares the tabs inside a group.
- Kind: Class
- Namespace: SkeleKit
Methods
Group
Adds a nested group.
| Parameter | Summary |
|---|---|
string title | The group's title. |
ImageSource icon | The local icon shown for the group. |
Action<GroupBuilder> children | Declares the tabs inside the group. |
Returns
GroupBuilder: The builder instance for chaining calls.
Tab
Adds a tab page to the group.
| Parameter | Summary |
|---|---|
string title | The text displayed on the tab bar item. |
ImageSource icon | The local icon shown on the tab. |
(optional) TabPlacement placement | How the tab takes part in user customization. |
| Type parameter | Summary |
|---|---|
ContentView TView | The type of the content view to host in the tab. |
Returns
GroupBuilder: The builder instance for chaining calls.