Skip to content

BorderTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for Border widgets.

csharp
public static class BorderTheme

Inheritance

ObjectBorderTheme

Fields

BorderColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BorderColor

BottomBorderColor

Color for the bottom border. Falls back to .

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BottomBorderColor

BottomLeftCorner

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> BottomLeftCorner

BottomLine

Line character for the bottom border. Falls back to .

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> BottomLine

BottomRightCorner

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> BottomRightCorner

HorizontalBorderColor

Color for horizontal borders (top and bottom). Falls back to .

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HorizontalBorderColor

HorizontalLine

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> HorizontalLine

LeftBorderColor

Color for the left border. Falls back to .

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> LeftBorderColor

LeftLine

Line character for the left border. Falls back to .

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> LeftLine

RightBorderColor

Color for the right border. Falls back to .

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> RightBorderColor

RightLine

Line character for the right border. Falls back to .

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> RightLine

TitleColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> TitleColor

TopBorderColor

Color for the top border. Falls back to .

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> TopBorderColor

TopLeftCorner

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> TopLeftCorner

TopLine

Line character for the top border. Falls back to .

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> TopLine

TopRightCorner

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> TopRightCorner

VerticalBorderColor

Color for vertical borders (left and right). Falls back to .

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> VerticalBorderColor

VerticalLine

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> VerticalLine

Released under the MIT License.