Window Members
The following tables list the members exposed by the Window type.
Public Constructors
Name | Description | |
---|---|---|
Window | Initializes a new instance of the Window class. |
Public Fields
Name | Description | |
---|---|---|
Dispatcher | (Inherited from DispatcherObject.) |
Protected Fields
Name | Description | |
---|---|---|
_horizontalAlignment | (Inherited from UIElement.) | |
_verticalAlignment | (Inherited from UIElement.) |
Public Properties
Name | Description | |
---|---|---|
ActualHeight | (Inherited from UIElement.) | |
ActualWidth | (Inherited from UIElement.) | |
Background | (Inherited from Control.) | |
Child | (Inherited from ContentControl.) | |
Font | (Inherited from Control.) | |
Foreground | (Inherited from Control.) | |
Height | (Inherited from UIElement.) | |
HorizontalAlignment | (Inherited from UIElement.) | |
IsArrangeValid | (Inherited from UIElement.) | |
IsEnabled | (Inherited from UIElement.) | |
IsFocused | (Inherited from UIElement.) | |
IsMeasureValid | (Inherited from UIElement.) | |
IsVisible | (Inherited from UIElement.) | |
Left | Gets or sets the position of the current window's left edge in relation to the desktop. | |
Parent | (Inherited from UIElement.) | |
RootUIElement | (Inherited from UIElement.) | |
SizeToContent | Gets or sets a value that specifies how the current window should be sized relative to its content. | |
Top | Gets or sets the position of the current window's top edge in relation to the desktop. | |
Topmost | Gets or sets a value that indicates whether the current window is always the topmost window. | |
VerticalAlignment | (Inherited from UIElement.) | |
Visibility | (Inherited from UIElement.) | |
Width | (Inherited from UIElement.) |
Protected Properties
Name | Description | |
---|---|---|
InstanceEventHandlersStore | (Inherited from UIElement.) | |
LogicalChildren | (Inherited from UIElement.) |
Public Methods
Name | Description | |
---|---|---|
AddHandler | (Inherited from UIElement.) | |
AddToEventRoute | (Inherited from UIElement.) | |
Arrange | (Inherited from UIElement.) | |
CheckAccess | (Inherited from DispatcherObject.) | |
ChildElementFromPoint | (Inherited from UIElement.) | |
Close | Closes the current window manually. | |
ContainsPoint | (Inherited from UIElement.) | |
Equals | (Inherited from Object.) | |
GetDesiredSize | (Inherited from UIElement.) | |
GetHashCode | (Inherited from Object.) | |
GetLayoutOffset | (Inherited from UIElement.) | |
GetMargin | (Inherited from UIElement.) | |
GetPointerTarget | (Inherited from UIElement.) | |
GetRenderSize | (Inherited from UIElement.) | |
GetType | (Inherited from Object.) | |
GetUnclippedSize | (Inherited from UIElement.) | |
Invalidate | (Inherited from UIElement.) | |
InvalidateArrange | (Inherited from UIElement.) | |
InvalidateMeasure | (Inherited from UIElement.) | |
Measure | (Inherited from UIElement.) | |
OnRender | (Inherited from Control.) | |
PointToClient | (Inherited from UIElement.) | |
PointToScreen | (Inherited from UIElement.) | |
RaiseEvent | (Inherited from UIElement.) | |
ReferenceEquals | (Inherited from Object.) | |
SetMargin | (Inherited from UIElement.) | |
ToString | (Inherited from Object.) | |
UpdateLayout | (Inherited from UIElement.) | |
VerifyAccess | (Inherited from DispatcherObject.) |
Protected Methods
Name | Description | |
---|---|---|
ArrangeOverride | Determines the current window's size and positions its child elements when you override this method. | |
Finalize | (Inherited from Object.) | |
MeasureOverride | Measures the size of the current window for the layout of a child element when you override this method. | |
MemberwiseClone | (Inherited from Object.) | |
OnButtonDown | (Inherited from UIElement.) | |
OnButtonUp | (Inherited from UIElement.) | |
OnChildDesiredSizeChanged | (Inherited from UIElement.) | |
OnGenericEvent | (Inherited from UIElement.) | |
OnGotFocus | (Inherited from UIElement.) | |
OnLostFocus | (Inherited from UIElement.) | |
OnPreviewButtonDown | (Inherited from UIElement.) | |
OnPreviewButtonUp | (Inherited from UIElement.) | |
OnStylusDown | (Inherited from UIElement.) | |
OnStylusMove | (Inherited from UIElement.) | |
OnStylusUp | (Inherited from UIElement.) |
Public Events
Name | Description | |
---|---|---|
IsEnabledChanged | (Inherited from UIElement.) | |
IsVisibleChanged | (Inherited from UIElement.) | |
StylusDown | (Inherited from UIElement.) | |
StylusMove | (Inherited from UIElement.) | |
StylusUp | (Inherited from UIElement.) |