Table of Contents

Class BOBBorderPresets

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.Core.dll

Provides predefined BorderStyle instances for common border appearances.

public static class BOBBorderPresets
Inheritance
object
BOBBorderPresets

Properties

Dashed

Dashed gray border with 1px width.

public static BorderStyle Dashed { get; }

Property Value

BorderStyle

Default

Default subtle solid border with 1px width.

public static BorderStyle Default { get; }

Property Value

BorderStyle

Dotted

Dotted gray border with 1px width.

public static BorderStyle Dotted { get; }

Property Value

BorderStyle

Double

Double gray border with 3px width.

public static BorderStyle Double { get; }

Property Value

BorderStyle

Error

Solid error-colored border with 2px width.

public static BorderStyle Error { get; }

Property Value

BorderStyle

Info

Solid info-colored border with 2px width.

public static BorderStyle Info { get; }

Property Value

BorderStyle

None

No border.

public static BorderStyle None { get; }

Property Value

BorderStyle

Pill

Pill-shaped border with full radius and subtle gray color.

public static BorderStyle Pill { get; }

Property Value

BorderStyle

Primary

Solid primary-colored border with 2px width.

public static BorderStyle Primary { get; }

Property Value

BorderStyle

Rounded

Rounded border with 4px radius and subtle gray color.

public static BorderStyle Rounded { get; }

Property Value

BorderStyle

RoundedLarge

Rounded border with 8px radius and subtle gray color.

public static BorderStyle RoundedLarge { get; }

Property Value

BorderStyle

Secondary

Solid secondary-colored border with 2px width.

public static BorderStyle Secondary { get; }

Property Value

BorderStyle

Strong

Strong gray solid border with 2px width.

public static BorderStyle Strong { get; }

Property Value

BorderStyle

Subtle

Subtle light gray solid border with 1px width.

public static BorderStyle Subtle { get; }

Property Value

BorderStyle

Success

Solid success-colored border with 2px width.

public static BorderStyle Success { get; }

Property Value

BorderStyle

Warning

Solid warning-colored border with 2px width.

public static BorderStyle Warning { get; }

Property Value

BorderStyle