Wpf |
The WpfStyles type exposes the following members.
Name | Description | |
---|---|---|
ApplicationIconId | Gets or sets the alternate application icon identifier, i.e. the native resource id under which the application icon can be loaded. | |
ApplicationTitle | Gets the applications title from the AssemblyTitleAttribute. | |
LargeApplicationIcon | Gets the large application icon (48x48) from the running executable. | |
MediumApplicationIcon | Gets the medium application icon (32x32) from the running executable. | |
SmallApplicationIcon | Gets the small application icon (16x16) from the running executable. |
Name | Description | |
---|---|---|
Defaults | Obsolete. Returns a resource dictionary with the default styles for the window and the common controls. | |
Defaults(Window) | Obsolete. Returns a resource dictionary with the default styles for the window and the common controls. | |
GetDefaultStyles | Returns a resource dictionary with the default styles for the window and the common controls. | |
GetEnsureDefaultStyles | Gets the state of the ensure default styles feature. | |
GetIsCaptionVisible | Gets the value of the IsCaptionVisibleProperty. | |
GetWindowTitleDecorator | Gets the WindowTitleDecorator | |
RegisterDefault | Registers the default styles for the common controls and sets the default style for the Window. | |
RegisterDefaultStyles | Registers the default styles for the common controls. | |
RegisterDefaultWindowStyle | Registers the default window style from the window style found in the specified resourceDictionary. | |
SetEnsureDefaultStyles | Sets the state of the ensure default styles feature. | |
SetIsCaptionVisible | Sets the value of the IsCaptionVisibleProperty. | |
SetWindowTitleDecorator | Sets the WindowTitleDecorator |
Name | Description | |
---|---|---|
EnsureDefaultStylesProperty | Identifies the EnsureDefaultStyles dependency property | |
IsCaptionVisibleProperty | A property to control the visibility of the caption area in a window. If the caption is e.g. included in a ribbon control, the caption should not be shown by the window. | |
WindowTitleDecoratorProperty | Identifies the WindowTitleDecorator attached property |
Name | Description | |
---|---|---|
EnsureDefaultStyles | Identifies the EnsureDefaultStyles dependency property | |
IsCaptionVisible | A property to control the visibility of the caption area in a window. If the caption is e.g. included in a ribbon control, the caption should not be shown by the window. | |
WindowTitleDecorator | Allows to add content to the title bar of the window. |