FrameThickness Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

FrameThickness Extends the Frame(Non Client Area) of the Window into client area Thickness should be integer values only

Namespace:  Microsoft.SDK.Samples.VistaBridge.Dialogs
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public Thickness FrameThickness { get; set; }
Visual Basic (Declaration)
Public Property FrameThickness As Thickness
Visual C++
public:
property Thickness FrameThickness {
	Thickness get ();
	void set (Thickness value);
}

Remarks

Glass should be enabled prior to setting this property for the extended frame to blend into non client area.

See Also