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
StyleCliFrameSegmentStyle- The built-in segment style.
Customstring- Optional custom segment content when
Styleis Custom.
Properties
Custom
Optional custom segment content when
Style is Custom.public string? Custom { get; init; }
Property Value
Style
The built-in segment style.
public CliFrameSegmentStyle Style { get; init; }