Table of Contents

Class CliFrameSegment

Namespace
ItTiger.TigerCli.Primitives
Assembly
ItTiger.TigerCli.dll
Describes the visual style of one frame segment, with optional custom content.
public record CliFrameSegment : IEquatable<CliFrameSegment>
Inheritance
CliFrameSegment
Implements
Inherited Members

Constructors

CliFrameSegment(CliFrameSegmentStyle, string?)

Describes the visual style of one frame segment, with optional custom content.
public CliFrameSegment(CliFrameSegmentStyle Style, string? Custom = null)

Parameters

Style CliFrameSegmentStyle
The built-in segment style.
Custom string
Optional custom segment content when Style is Custom.

Properties

Custom

Optional custom segment content when Style is Custom.
public string? Custom { get; init; }

Property Value

string

Style

The built-in segment style.
public CliFrameSegmentStyle Style { get; init; }

Property Value

CliFrameSegmentStyle