WindowConfiguration Class |
Namespace: Cauldron.XAML
public static class WindowConfiguration
The WindowConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| GetHasOwner |
Gets the value of HasOwner
| |
| GetHeight |
Gets the value of Height
| |
| GetIcon |
Gets the value of Icon
| |
| GetIconKey |
Gets the value of IconKey
| |
| GetIsModal |
Gets the value of IsModal
| |
| GetIsWindowPersistent |
Gets the value of IsWindowPersistent
| |
| GetMaxHeight |
Gets the value of MaxHeight
| |
| GetMaxWidth |
Gets the value of MaxWidth
| |
| GetMinHeight |
Gets the value of MinHeight
| |
| GetMinWidth |
Gets the value of MinWidth
| |
| GetResizeMode |
Gets the value of ResizeMode
| |
| GetShowInTaskbar |
Gets the value of ShowInTaskbar
| |
| GetSizeToContent |
Gets the value of SizeToContent
| |
| GetTitle |
Gets the value of Title
| |
| GetTopmost |
Gets the value of Topmost
| |
| GetWidth |
Gets the value of Width
| |
| GetWindowStartupLocation |
Gets the value of WindowStartupLocation
| |
| GetWindowState |
Gets the value of WindowState
| |
| GetWindowStyle |
Gets the value of WindowStyle
| |
| SetHasOwner |
Sets the value of the HasOwner attached property
| |
| SetHeight |
Sets the value of the Height attached property
| |
| SetIcon |
Sets the value of the Icon attached property
| |
| SetIconKey |
Sets the value of the IconKey attached property
| |
| SetIsModal |
Sets the value of the IsModal attached property
| |
| SetIsWindowPersistent |
Sets the value of the IsWindowPersistent attached property
| |
| SetMaxHeight |
Sets the value of the MaxHeight attached property
| |
| SetMaxWidth |
Sets the value of the MaxWidth attached property
| |
| SetMinHeight |
Sets the value of the MinHeight attached property
| |
| SetMinWidth |
Sets the value of the MinWidth attached property
| |
| SetResizeMode |
Sets the value of the ResizeMode attached property
| |
| SetShowInTaskbar |
Sets the value of the ShowInTaskbar attached property
| |
| SetSizeToContent |
Sets the value of the SizeToContent attached property
| |
| SetTitle |
Sets the value of the Title attached property
| |
| SetTopmost |
Sets the value of the Topmost attached property
| |
| SetWidth |
Sets the value of the Width attached property
| |
| SetWindowStartupLocation |
Sets the value of the WindowStartupLocation attached property
| |
| SetWindowState |
Sets the value of the WindowState attached property
| |
| SetWindowStyle |
Sets the value of the WindowStyle attached property
|
| Name | Description | |
|---|---|---|
| HasOwnerProperty |
Identifies the HasOwner dependency property
| |
| HeightProperty |
Identifies the Height dependency property
| |
| IconKeyProperty |
Identifies the IconKey dependency property
| |
| IconProperty |
Identifies the Icon dependency property
| |
| IsModalProperty |
Identifies the IsModal dependency property
| |
| IsWindowPersistentProperty |
Identifies the IsWindowPersistent dependency property
| |
| MaxHeightProperty |
Identifies the MaxHeight dependency property
| |
| MaxWidthProperty |
Identifies the MaxWidth dependency property
| |
| MinHeightProperty |
Identifies the MinHeight dependency property
| |
| MinWidthProperty |
Identifies the MinWidth dependency property
| |
| ResizeModeProperty |
Identifies the ResizeMode dependency property
| |
| ShowInTaskbarProperty |
Identifies the ShowInTaskbar dependency property
| |
| SizeToContentProperty |
Identifies the SizeToContent dependency property
| |
| TitleProperty |
Identifies the Title dependency property
| |
| TopmostProperty |
Identifies the Topmost dependency property
| |
| WidthProperty |
Identifies the Width dependency property
| |
| WindowStartupLocationProperty |
Identifies the WindowStartupLocation dependency property
| |
| WindowStateProperty |
Identifies the WindowState dependency property
| |
| WindowStyleProperty |
Identifies the WindowStyle dependency property
|
| Name | Description | |
|---|---|---|
| HasOwner |
Identifies the HasOwner dependency property
| |
| Height |
Identifies the Height dependency property
| |
| Icon |
Identifies the Icon dependency property
| |
| IconKey |
Identifies the IconKey dependency property
| |
| IsModal |
Identifies the IsModal dependency property
| |
| IsWindowPersistent |
Identifies the IsWindowPersistent dependency property
| |
| MaxHeight |
Identifies the MaxHeight dependency property
| |
| MaxWidth |
Identifies the MaxWidth dependency property
| |
| MinHeight |
Identifies the MinHeight dependency property
| |
| MinWidth |
Identifies the MinWidth dependency property
| |
| ResizeMode |
Identifies the ResizeMode dependency property
| |
| ShowInTaskbar |
Identifies the ShowInTaskbar dependency property
| |
| SizeToContent |
Identifies the SizeToContent dependency property
| |
| Title |
Identifies the Title dependency property
| |
| Topmost |
Identifies the Topmost dependency property
| |
| Width |
Identifies the Width dependency property
| |
| WindowStartupLocation |
Identifies the WindowStartupLocation dependency property
| |
| WindowState |
Identifies the WindowState dependency property
| |
| WindowStyle |
Identifies the WindowStyle dependency property
|