Click or drag to resize

WpfStylesGetIsCaptionVisible Method

Gets the value of the IsCaptionVisibleProperty.

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

Parameters

window
Type: System.WindowsWindow
The window.

Return Value

Type: Boolean
true if the caption of the associated window should be visible
See Also