PagePorter Class Library

FpPage.Borders Property

Gets or sets a string describing the enable state for all four shared borders.

[Visual Basic]
Public Property Borders As String
[C#]
public string Borders {get; set;}

Property Value

A string describing the enable state for all four shared borders (i.e. "tlrb").

CharacterAction
tEnable the top shared border
lEnable the left shared border
rEnable the right shared border
bEnable the bottom shared border

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The string value contained one or more unknown characters, or the same border was specified more than once.

See Also

FpPage Class | Parastream.Web.UI Namespace