Click or drag to resize

WpfStylesGetEnsureDefaultStyles Method

Gets the state of the ensure default styles feature.

Namespace:  TomsToolbox.Wpf.Styles
Assembly:  TomsToolbox.Wpf.Styles (in TomsToolbox.Wpf.Styles.dll)
Syntax
[AttachedPropertyBrowsableForTypeAttribute(typeof(Window))]
public static bool GetEnsureDefaultStyles(
	Window obj
)

Parameters

obj
Type: System.WindowsWindow
The object.

Return Value

Type: Boolean
true if the ensure default styles feature is active.
See Also