PagePorter Class Library

FpPage.BorderSpacing Property

Gets or sets the amount of spacing between the left border and the page body, and between the page body and the right border.

[Visual Basic]
Public Property BorderSpacing As Integer
[C#]
public int BorderSpacing {get; set;}

Property Value

The amount of spacing between the left border and the page body, and between the page body and the right border.

Remarks

Defaults to 24 pixels. If the browser's window is made small enough, this border spacing may collapse to zero as per FrontPage's behavior.

See Also

FpPage Class | Parastream.Web.UI Namespace