Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.