Click or drag to resize

CustomNonClientAreaBehaviorHasGlassFrame Property

Gets or sets a value indicating whether this window has a glass frame.

Namespace:  TomsToolbox.Wpf.Interactivity
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public bool HasGlassFrame { get; set; }

Property Value

Type: Boolean
true if this window has a glass frame; otherwise, false.
See Also