The GwxWindowProperties type exposes the following members.

Properties

  NameDescription
Public propertyAllowedAreaHeight
The height of the area in which the window is allowed to reside.
Public propertyAllowedAreaLeft
The x-coordinate of the left edge of the area in which the window is allowed to reside.
Public propertyAllowedAreaTop
The y-coordinate of the top edge of the area in which the window is allowed to reside.
Public propertyAllowedAreaWidth
The width of the area in which the window is allowed to reside.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyCommandingDisplayName
Control name for commanding that is visible to users.
Public propertyCommandingEnabled
Enables the window to receive commands.
Public propertyCommandingName
Control name for commanding.
Public propertyControlBox
Indicates whether a control box is displayed in the caption bar of the window.
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyDragAndDropCommandingEnabled
Enables the window to receive commands by drag and drop.
Public propertyHeight
The height of the window.
Public propertyHorizontalScrollVisible
The visibility of the horizontal scrollbar.
Public propertyInnerBorder
True if the window has an inner border, false otherwise.
Public propertyInnerBorderBrush
The color of the window's inner border.
Public propertyInnerBorderThickness
The thickness of the window's inner border.
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyLeft
The x-coordinate of the window's left edge.
Public propertyMaxCommandScope
Maximum scope of commands this control can send.
Public propertyMaximizeBox
Indicates whether a maximize button is displayed in the caption bar of the window.
Public propertyMenuVisible
The visibility of the window's main menu.
Public propertyMinimizeBox
Indicates whether a minimize button is displayed in the caption bar of the window.
Public propertyNavigationBarVisible
The visibility of the window's navigation bar.
Public propertyOuterBorder
True if the window has an outer border, false for no outer border.
Public propertyOverridePreviousDisplay
True to override the window properties of a previously loaded display. False to retain the previously set window properties.
Public propertyResizable
True if the window is resizable.
Public propertyRibbonVisible
The visibility of the window's Ribbon Control.
Public propertyScrollBarBackground
The background color of the window's scrollbar.

Currently only supports SolidColorBrush.

Public propertyScrollBarBorderBrush
The thumb border color of the window's scrollbar.

Currently only supports SolidColorBrush.

Public propertyScrollBarForeground
The foreground color of the window's scrollbar.

Currently only supports SolidColorBrush.

Public propertyScrollBarMouseOverBorderBrush
The thumb border color of the window's scrollbar while the mouse is over the scrollbar.

Currently only supports SolidColorBrush.

Public propertyScrollBarMouseOverForeground
The foreground color of the window's scrollbar while the mouse is over the scrollbar.

Currently only supports SolidColorBrush.

Public propertyScrollBarMousePressedForeground
The foreground color of the window's scrollbar while the mouse is pressed.

Currently only supports SolidColorBrush.

Public propertyScrollBarOuterBorderBrush
The surrounding border color of the window's scrollbar.

Currently only supports SolidColorBrush.

Public propertyShowContextMenu
Gets/sets whether or not to show the runtime context-menu on right-click.
Public propertySpecifyAllowedArea
True to specify an area in which the window is allowed to reside. The user will not be allowed to move any portion of the window outside of the allowed area. An allowed area can be useful to ensure that a user cannot cover up critical information with a popup window. When false, there will be no special restriction on the location and size of the window.
Public propertySpecifyCommandingOptions
True to specify the commanding options for the window. When false properties related to the commanding will not be applied.
Public propertySpecifyScrollBarColors
True to specify the colors of the scrollbars for the window. When false, the scrollbar colors will be determined by the Operating System/Platform.
Public propertySpecifyWindowLocation
True to specify the location of the window. When false properties related to the window location will not be applied.
Public propertySpecifyWindowSize
True to specify the size of the window. When false properties related to the window size will not be applied.
Public propertySpecifyWindowStyle
True to specify the style of the window. When false properties related to the window style will not be applied.
Public propertyStartLocation
The starting position of the window at runtime.
Public propertyStartPosition Obsolete.
The starting position of the window at runtime.
Public propertyStatusBarVisible
The visibility of the window's status bar.
Public propertyText
Text that appears in the titlebar of the window.
Public propertyTitleBarVisible
The visibility of the window's titlebar.
Public propertyToolWindow
True if the window has the tool-window style (small titlebar).
Public propertyTop
The x-coordinate of the window's top edge.
Public propertyTopMost
Indicates whether the window should be display at the highest z-order of the application.
Public propertyVerticalScrollVisible
The visibility of the vertical scrollbar.
Public propertyWidth
The width of the window.
Public propertyWindowState
The window's state (normal, minimized, maximized).

See Also