Click or drag to resize

ResourceKeysIconControlStyle Field

The resource key for the icon control style.

Namespace:  TomsToolbox.Wpf.Styles
Assembly:  TomsToolbox.Wpf.Styles (in TomsToolbox.Wpf.Styles.dll)
Syntax
public static readonly ResourceKey IconControlStyle

Field Value

Type: ResourceKey
Remarks
Add a style with this key to your application resources to override the applications icon in the window. This style will be applied to a control in the top left corner of the window caption to display the applications icon. Using a control styles enables to use any WPF element to design the icon, not only bitmaps.
See Also