Click or drag to resize

WpfStylesSetIsCaptionVisible Method

Sets the value of the IsCaptionVisibleProperty.

Namespace:  TomsToolbox.Wpf.Styles
Assembly:  TomsToolbox.Wpf.Styles (in TomsToolbox.Wpf.Styles.dll)
Syntax
public static void SetIsCaptionVisible(
	Window window,
	bool value
)

Parameters

window
Type: System.WindowsWindow
The window.
value
Type: SystemBoolean
if set to true, the caption of the associated window will be visible.
See Also