BasicWindow Properties |
The BasicWindow type exposes the following members.
Name | Description | |
---|---|---|
Commands |
Gets or Sets an collection of UIElements as Commands, these commands will be show on the Title Bar.
| |
DarkBackground |
Background image used for Dark theme. the background image itself must be dark enough (Black).
| |
DarkIcon |
Icon used for Dark theme.
| |
DefaultDarkBackground |
Gets or Sets the Default background image used in Dark themes.
| |
DefaultDarkIcon |
Gets or Sets the Default Icon used in Dark themes.
| |
DefaultLightBackground |
Gets or Sets the Default background image used in light themes.
| |
DefaultLightIcon |
Gets or Sets the Default Icon used in Light themes.
| |
DefaultStyle |
Gets or sets the default style of the Window.
| |
HasControlBox |
Gets or Sets the value to indicate if current window has Control Box (including Minimize, Maximize and Close button)
| |
HasLoaded |
Gets or Sets the value to indicate if all components and loading logics has done.
| |
Id |
Gets or sets the identifier of the Window.
| |
IsBusy |
Gets or Sets the value to indicate if the current window Is Busy.
| |
IsDarkTheme |
Gets the value if the current theme is dark background and white text.
| |
IsTitleHighlighted |
Gets or Sets a value to indicate where the Title bar is highlighted.
| |
LightBackground |
Background image used for Light theme. the background image itself must be light enough (While).
| |
LightIcon |
Icon used for Light theme.
| |
SideBar |
Gets or sets the Sidebar shown on the right side of the window
| |
SideBarMaxWidth |
Gets or sets the maximum width of the SideBar panel. the default value is 350 pixels
| |
SideBarMinWidth |
Gets or sets the minimum width of the SideBar panel. the default value is 300 pixels.
| |
SideBarTitle |
Gets or sets the Title of the sidebar title.
| |
SideBarVisibility |
Gets or sets the Visibility of The SideBar
| |
WindowStatus |
Gets or Sets the value to visually shows the status of the current window, by different border colors.
|