Class Border
Border renderable
Inheritance
Inherited Members
Namespace
Syntax
public class Border : GraphicalCyclicWriter
Constructors
Border()
Makes a new instance of the border renderer
Declaration
public Border()
Properties
BackgroundColor
Background color
Property Value
Color
Declaration
public Color BackgroundColor { get; set; }
Color
Border color
Property Value
Color
Declaration
public Color Color { get; set; }
DropShadow
Whether to enable drop shadow or not
Property Value
bool
Declaration
public bool DropShadow { get; set; }
Height
Interior height
Property Value
int
Declaration
public override int Height { get; set; }
Overrides
Left
Left position
Property Value
int
Declaration
public override int Left { get; set; }
Overrides
Rulers
Rulers that divide the border
Settings
Border settings to use
ShadowColor
Drop shadow color
Property Value
Color
Declaration
public Color ShadowColor { get; set; }
Text
Text to show
Property Value
string
Declaration
public string Text { get; set; }
TextColor
Text color
Property Value
Color
Declaration
public Color TextColor { get; set; }
TextSettings
Text settings to use
Title
Title
Property Value
string
Declaration
public string Title { get; set; }
Top
Top position
Property Value
int
Declaration
public override int Top { get; set; }
Overrides
UseColors
Whether to use colors or not
Property Value
bool
Declaration
public bool UseColors { get; set; }
Width
Interior width
Property Value
int
Declaration
public override int Width { get; set; }
Overrides
Methods
Render()
Renders a border
Returns
string
Rendered border that will be used by the renderer
Declaration
public override string Render()