WindowChrome.GlassFrameCompleteThickness Property

Definition

Gets a uniform thickness of -1.

public:
 static property System::Windows::Thickness GlassFrameCompleteThickness { System::Windows::Thickness get(); };
public static System.Windows.Thickness GlassFrameCompleteThickness { get; }
static member GlassFrameCompleteThickness : System.Windows.Thickness
Public Shared ReadOnly Property GlassFrameCompleteThickness As Thickness

Property Value

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.

Applies to