Skip to content

Button

SukiUI 提供了多种样式的按钮,并支持添加主题色

展示

  • Busy

示例

xml
<Button>
    <!-- Content -->
</Button>

Busy

xml
...
xmlns:theme="clr-namespace:SukiUI.Theme;assembly=SukiUI"
...

<Button theme:ButtonExtensions.ShowProgress="true">
    <!-- Content -->
</Button>

参阅

Demo: SukiUI.Demo/Features/ControlsLibrary/ButtonsView.axaml