-
Notifications
You must be signed in to change notification settings - Fork 82
ButtonAssist
SKProCH edited this page Sep 3, 2023
·
5 revisions
ButtonAssist
provides additional properties / settings for <Button/>
and widgets based on Button
with our styles library.
-
DefaultCornerRadius
(readonly, default value is 4.0) CornerRadius
HoverColor
ClickFeedbackColor
Customize corner radius to 16dp for button:
<Button Content="Custom corner radius" assist:ButtonAssist.CornerRadius="16"/>
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