Skip to content

Floating Button

appleneko2001 edited this page Dec 21, 2021 · 4 revisions

Summary

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.

Available properties / settings

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.

Available variants of widget:

  • Regular (56dp, no classes)
  • Mini (40dp)
  • Extended (48dp, no classes, controlled by property)

Available color schemes:

  • 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

Widgets / Controls

Theming

Builders

Assist for widgets

Clone this wiki locally