Class RowStyle
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Defines the style for a single row.
public sealed class RowStyle
- Inheritance
-
objectRowStyle
Constructors
RowStyle()
public RowStyle()
Properties
BackgroundColor
The background color of the row.
public string? BackgroundColor { get; set; }
Property Value
- string
Border
The border style of the row.
public BorderStyle? Border { get; set; }