-
Notifications
You must be signed in to change notification settings - Fork 82
Floating Button
appleneko2001 edited this page Dec 21, 2021
·
4 revisions
Floating button (or FAB - Floating Action Button) is a button that represents primary, common action of a screen. For more information, please check out Buttons: floating action button - material.io.
IsExtended
- Change state of floating button.
Warning: method
CreateFloatingButton
has removed since 21 Dec 2021. You can use FloatingButtonBuilder instead. For more information about this, please look this issue.
- Regular (56dp, no classes)
- Mini (40dp)
- Extended (48dp, no classes, controlled by property)
- Light
- Regular (no classes)
- Dark
- Accent
Material.Avalonia Wiki pages is still WIP (work in progress), Pages could not ready for show if they unclickable.
Main section
- Main page
- Getting started
- Screenshots of Demo
- FAQ (frequently asked questions)
- Breaking changes
- Nightly builds
Widgets / Controls
- Buttons
- Inputs
- TextBox
- Switchable
- CheckBox
- RadioButton
- ToggleButton
- ToggleSwitch
- Selectable
- ListBox
- ComboBox
- Pickers
- Feedbacks
- ProgressBar
- Snackbar
- Dialogs
- AlertDialog
- TextFieldDialog
- CustomDialog
- Containers / Layouts
- ColorZone
- Card
- Expander
- DataGrid
Theming
Builders
Assist for widgets
- ButtonAssist
- SelectionControlAssist
- ShadowAssist
- SliderAssist
- TextFieldAssist
- TransitionAssist