Class BOBBorderPresets
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Provides predefined BorderStyle instances for common border appearances.
public static class BOBBorderPresets
- Inheritance
-
objectBOBBorderPresets
Properties
Dashed
Dashed gray border with 1px width.
public static BorderStyle Dashed { get; }
Property Value
Default
Default subtle solid border with 1px width.
public static BorderStyle Default { get; }
Property Value
Dotted
Dotted gray border with 1px width.
public static BorderStyle Dotted { get; }
Property Value
Double
Double gray border with 3px width.
public static BorderStyle Double { get; }
Property Value
Error
Solid error-colored border with 2px width.
public static BorderStyle Error { get; }
Property Value
Info
Solid info-colored border with 2px width.
public static BorderStyle Info { get; }
Property Value
None
No border.
public static BorderStyle None { get; }
Property Value
Pill
Pill-shaped border with full radius and subtle gray color.
public static BorderStyle Pill { get; }
Property Value
Primary
Solid primary-colored border with 2px width.
public static BorderStyle Primary { get; }
Property Value
Rounded
Rounded border with 4px radius and subtle gray color.
public static BorderStyle Rounded { get; }
Property Value
RoundedLarge
Rounded border with 8px radius and subtle gray color.
public static BorderStyle RoundedLarge { get; }
Property Value
Secondary
Solid secondary-colored border with 2px width.
public static BorderStyle Secondary { get; }
Property Value
Strong
Strong gray solid border with 2px width.
public static BorderStyle Strong { get; }
Property Value
Subtle
Subtle light gray solid border with 1px width.
public static BorderStyle Subtle { get; }
Property Value
Success
Solid success-colored border with 2px width.
public static BorderStyle Success { get; }
Property Value
Warning
Solid warning-colored border with 2px width.
public static BorderStyle Warning { get; }