SukiWindow
In SukiUI, SukiWindow
replaces Window
as the basis for building apps.
Background Style
SukiUI let you choose between 3 distinct background option, from the "Bubble", perfect to enhance the glassmorphism design of the library to the classic "Flat" background.
Note that the background are dynamically created to match your color theme - Blue in this documentation.
Bubble
xml
<suki:SukiWindow BackgroundStyle="Bubble">
<!-- Content -->
<suki:SukiWindow/>
Dark
Light
Gradient
xml
<suki:SukiWindow BackgroundStyle="Gradient">
<!-- Content -->
<suki:SukiWindow/>
Dark
Light
Flat
xml
<suki:SukiWindow BackgroundStyle="Flat">
<!-- Content -->
<suki:SukiWindow/>
Dark
Light
Functionalities
Logo
xml
<suki:SukiWindow.LogoContent>
<!-- Logo -->
</suki:SukiWindow.LogoContent>
Menu
xml
<suki:SukiWindow IsMenuVisible="True">
<suki:SukiWindow.MenuItems>
<!-- Menu -->
</suki:SukiWindow.MenuItems>
<suki:SukiWindow/>
Right TitleBar Control
xml
<suki:SukiWindow.RightWindowTitleBarControls>
<!-- Controls show on the right of title bar -->
</suki:SukiWindow.RightWindowTitleBarControls>