Click or drag to resize

BasicWindow Properties

The BasicWindow type exposes the following members.

Properties
  NameDescription
Public propertyCommands
Gets or Sets an collection of UIElements as Commands, these commands will be show on the Title Bar.
Public propertyDarkBackground
Background image used for Dark theme. the background image itself must be dark enough (Black).
Public propertyDarkIcon
Icon used for Dark theme.
Public propertyStatic memberDefaultDarkBackground
Gets or Sets the Default background image used in Dark themes.
Public propertyStatic memberDefaultDarkIcon
Gets or Sets the Default Icon used in Dark themes.
Public propertyStatic memberDefaultLightBackground
Gets or Sets the Default background image used in light themes.
Public propertyStatic memberDefaultLightIcon
Gets or Sets the Default Icon used in Light themes.
Protected propertyDefaultStyle
Gets or sets the default style of the Window.
Public propertyHasControlBox
Gets or Sets the value to indicate if current window has Control Box (including Minimize, Maximize and Close button)
Public propertyHasLoaded
Gets or Sets the value to indicate if all components and loading logics has done.
Public propertyId
Gets or sets the identifier of the Window.
Public propertyIsBusy
Gets or Sets the value to indicate if the current window Is Busy.
Public propertyIsDarkTheme
Gets the value if the current theme is dark background and white text.
Public propertyIsTitleHighlighted
Gets or Sets a value to indicate where the Title bar is highlighted.
Public propertyLightBackground
Background image used for Light theme. the background image itself must be light enough (While).
Public propertyLightIcon
Icon used for Light theme.
Public propertySideBar
Gets or sets the Sidebar shown on the right side of the window
Public propertySideBarMaxWidth
Gets or sets the maximum width of the SideBar panel. the default value is 350 pixels
Public propertySideBarMinWidth
Gets or sets the minimum width of the SideBar panel. the default value is 300 pixels.
Public propertySideBarTitle
Gets or sets the Title of the sidebar title.
Public propertySideBarVisibility
Gets or sets the Visibility of The SideBar
Public propertyWindowStatus
Gets or Sets the value to visually shows the status of the current window, by different border colors.
Top
See Also