Click or drag to resize

WindowConfigurationGetWindowStyle Method

Gets the value of WindowStyle

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static WindowStyle GetWindowStyle(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
DependencyObject with the attached property

Return Value

Type: WindowStyle
The value of the attached property
See Also