-
Notifications
You must be signed in to change notification settings - Fork 883
StyleableWindow
Only available in the Plus Edition
Derives from System.Windows.Window
Represents a window possessing all of the basic features of a normal window whose elements can all be styled.
|| Property || Description
| CloseButtonStyle | Gets or sets the style used for the Close button.
| CloseButtonVisibility | Gets or sets the visibility of the Close button.
| MaximiseButtonStyle | Gets or sets the style used for the Maximize button.
| MinimizeButtonStyle | Gets or sets the style used for the Minimize button.
| RestoreButtonStyle | Gets or sets the style used for the Restore button.
| TitleForeground | Gets or sets the title foreground.
| TitleShadowBrush | Gets or sets the brush used for the title's shadow.
| WindowBackground | Gets or sets the window background.
| WindowBorderBrush | Gets or sets the chrome’s border.
| WindowOpacity | Gets or sets the value for the chrome’s opacity.
| WindoeBorderThickness | Gets or sets the thickness for the chrome’s outer border thickness.
| WindowInactiveBackground | Gets or sets the Brush used for the chrome when the StyleableWindow is inactive (in background).
| WindowStyleOverride | Gets or sets the style used to display the StyleableWindow.
| WindowThickness | Gets or sets the thickness of the chrome’s border.