Table of Contents

Class RowStyle

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Defines the style for a single row.

public sealed class RowStyle
Inheritance
object
RowStyle

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; }

Property Value

BorderStyle