The GwxWindowProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowedAreaHeight |
The height of the area in which the window is allowed to reside.
| |
AllowedAreaLeft |
The x-coordinate of the left edge of the area in which the window is allowed to reside.
| |
AllowedAreaTop |
The y-coordinate of the top edge of the area in which the window is allowed to reside.
| |
AllowedAreaWidth |
The width of the area in which the window is allowed to reside.
| |
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
CommandingDisplayName |
Control name for commanding that is visible to users.
| |
CommandingEnabled |
Enables the window to receive commands.
| |
CommandingName |
Control name for commanding.
| |
ControlBox |
Indicates whether a control box is displayed in the caption bar of the window.
| |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
DragAndDropCommandingEnabled |
Enables the window to receive commands by drag and drop.
| |
Height |
The height of the window.
| |
HorizontalScrollVisible |
The visibility of the horizontal scrollbar.
| |
InnerBorder |
True if the window has an inner border, false otherwise.
| |
InnerBorderBrush |
The color of the window's inner border.
| |
InnerBorderThickness |
The thickness of the window's inner border.
| |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
Left |
The x-coordinate of the window's left edge.
| |
MaxCommandScope |
Maximum scope of commands this control can send.
| |
MaximizeBox |
Indicates whether a maximize button is displayed in the caption bar of the window.
| |
MenuVisible |
The visibility of the window's main menu.
| |
MinimizeBox |
Indicates whether a minimize button is displayed in the caption bar of the window.
| |
NavigationBarVisible |
The visibility of the window's navigation bar.
| |
OuterBorder |
True if the window has an outer border, false for no outer border.
| |
OverridePreviousDisplay |
True to override the window properties of a previously loaded display. False to retain the previously set window properties.
| |
Resizable |
True if the window is resizable.
| |
RibbonVisible |
The visibility of the window's Ribbon Control.
| |
ScrollBarBackground |
The background color of the window's scrollbar.
Currently only supports SolidColorBrush.
| |
ScrollBarBorderBrush |
The thumb border color of the window's scrollbar.
Currently only supports SolidColorBrush.
| |
ScrollBarForeground |
The foreground color of the window's scrollbar.
Currently only supports SolidColorBrush.
| |
ScrollBarMouseOverBorderBrush |
The thumb border color of the window's scrollbar while the mouse is over the scrollbar.
Currently only supports SolidColorBrush.
| |
ScrollBarMouseOverForeground |
The foreground color of the window's scrollbar while the mouse is over the scrollbar.
Currently only supports SolidColorBrush.
| |
ScrollBarMousePressedForeground |
The foreground color of the window's scrollbar while the mouse is pressed.
Currently only supports SolidColorBrush.
| |
ScrollBarOuterBorderBrush |
The surrounding border color of the window's scrollbar.
Currently only supports SolidColorBrush.
| |
ShowContextMenu |
Gets/sets whether or not to show the runtime context-menu on right-click.
| |
SpecifyAllowedArea |
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.
| |
SpecifyCommandingOptions |
True to specify the commanding options for the window. When false properties related to the commanding will not be applied.
| |
SpecifyScrollBarColors |
True to specify the colors of the scrollbars for the window. When false, the scrollbar colors will be determined by the Operating System/Platform.
| |
SpecifyWindowLocation |
True to specify the location of the window. When false properties related to the window location will not be applied.
| |
SpecifyWindowSize |
True to specify the size of the window. When false properties related to the window size will not be applied.
| |
SpecifyWindowStyle |
True to specify the style of the window. When false properties related to the window style will not be applied.
| |
StartLocation |
The starting position of the window at runtime.
| |
StartPosition | Obsolete.
The starting position of the window at runtime.
| |
StatusBarVisible |
The visibility of the window's status bar.
| |
Text |
Text that appears in the titlebar of the window.
| |
TitleBarVisible |
The visibility of the window's titlebar.
| |
ToolWindow |
True if the window has the tool-window style (small titlebar).
| |
Top |
The x-coordinate of the window's top edge.
| |
TopMost |
Indicates whether the window should be display at the highest z-order of the application.
| |
VerticalScrollVisible |
The visibility of the vertical scrollbar.
| |
Width |
The width of the window.
| |
WindowState |
The window's state (normal, minimized, maximized).
|