WindowChrome.GlassFrameCompleteThickness Property

Gets a uniform thickness of -1.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Shared ReadOnly Property GlassFrameCompleteThickness As Thickness
public static Thickness GlassFrameCompleteThickness { get; }
public:
static property Thickness GlassFrameCompleteThickness {
    Thickness get ();
}
static member GlassFrameCompleteThickness : Thickness
static function get GlassFrameCompleteThickness () : Thickness

Property Value

Type: System.Windows.Thickness
A uniform thickness of -1 in all cases.

Remarks

The GlassFrameCompleteThickness property is provided as a utility to enable you to set the thickness of the glass frame to a named property. You set the GlassFrameThickness property equal to GlassFrameCompleteThickness to extend the glass frame over the entire window. If the GlassFrameThickness property is set to a negative value for any side, its coerced value will be equal to GlassFrameCompleteThickness.

.NET Framework Security

See Also

Reference

WindowChrome Class

Microsoft.Windows.Shell Namespace