ITemplateEditingFrame::InitialHeight Property

 

Gets or sets the initial height of the control.

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

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

Property Value

Type: System::Int32

The initial height of the control.

System_CAPS_noteNote

The ITemplateEditingFrame interface is obsolete. Use the Height 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: