ITemplateEditingFrame::InitialWidth Property

 

Gets or sets the initial width of the control.

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

property int InitialWidth {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The initial width of the control.

System_CAPS_noteNote

The ITemplateEditingFrame interface is obsolete. Use the Width property in the GroupStyle property for each template group element in the TemplateGroups collection of a control designer.

.NET Framework
Available since 1.1
Return to top
Show: