Wizard::CellSpacing Property

 

Gets or sets the amount of space between cells.

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

public:
property int CellSpacing {
	virtual int get();
	virtual void set(int value);
}

Property Value

Type: System::Int32

The amount of space, in pixels, between cells. The default is 0.

Use the CellSpacing property to control the spacing between adjacent cells in a Wizard control. This spacing is applied both vertically and horizontally.

The following code example demonstrates how to use the CellPadding and CellSpacing properties to program the layout of the Wizard control declaratively.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: