DesignerRegion::EnsureSize Property

 

Gets or sets a value indicating whether the region size is to be explicitly set on the designer region by the design host.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property bool EnsureSize {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true, if the design host should set the size on the designer region; otherwise, false. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: