MindFusion.Wpf Pack Programmer's Guide
Window Properties
 


 Public Properties

  Name Description

AnimationDuration

Gets or sets the duration of the window's animations, expressed in milliseconds. This is a dependency property.

ButtonBackground

Gets or sets the background of the buttons in the window. This is a dependency property.

ButtonBorderBrush

Gets or sets the border brush of the buttons in the window. This is a dependency property.

ButtonBorderThickness

Gets or sets the border thickness of the buttons in the window. This is a dependency property.

ButtonOverBackground

Gets or sets the background of the buttons in the window when they are pointed with the mouse. This is a dependency property.

ButtonPressedBackground

Gets or sets the background of the buttons in the window when they are pressed. This is a dependency property.

CanClose

Gets or sets a value indicating whether the window will display a 'Close' button in its title bar. This is a dependency property.

CanMove

Gets or sets a value indicating whether the window can be moved interactively. This is a dependency property.

ContentBackground

Gets or sets the background of the window's content. This is a dependency property.

ContentCornerRadius

Gets or sets the corner radius of the border around the window's content. This is a dependency property.

ContentMargin

Gets or sets the margin of the window's content. This is a dependency property.

CornerRadius

Gets or sets the corner radius of the window's border. This is a dependency property.

Header

Gets or sets the content of the window title bar. This is a dependency property.

HeaderHeight

Gets or sets the height of the window's header. This is a dependency property.

HeaderMargin

Gets or sets the margin of the window's header. This is a dependency property.

HeaderTemplate

Gets or sets the template used to display the content of the window's title. This is a dependency property.

Icon

Gets or sets the icon displayed in the window's title bar. This is a dependency property.

InactiveBackground

Gets or sets background brush of the window when it is not active. This is a dependency property.

InactiveBorderBrush

Gets or sets the border brush of the window when it is not active. This is a dependency property.

IsActive

Gets or sets a value indicating whether the window is active. This is a dependency property.

IsAnimated

Gets or sets a value indicating whether the window is animated. This is a dependency property.

KeepInsideHost

Gets or sets a value indicating whether the window can be interactively dragged outside of its containing WindowHost boundaries. This is a dependency property.

Left

Gets or sets the left side of the window within its container.

MinimizedHeight

Gets or sets the height of the window when it is minimized. This is a dependency property.

MinimizedWidth

Gets or sets the width of the window when it is minimized. This is a dependency property.

MinimizeMode

Gets or sets the behavior of this window when it is minimized. This is a dependency property.

ResizeMode

Gets or sets a value indicating the allowed user interactions on this window. This is a dependency property.

StartupLocation

Gets or sets the initial location of the window relative to its host. This is a dependency property.

Top

Gets or sets the top side of the window within its container.

WindowState

Gets or sets the current state of the window. This is a dependency property.

 See Also

Window Class
MindFusion.UI.Wpf Namespace