Table of Contents

Class ColouredString

Namespace
The.WPF.Screens.Stats
Assembly
Instagile.WPF.dll
public record ColouredString : IEquatable<ColouredString>
Inheritance
ColouredString
Implements
Inherited Members

Constructors

ColouredString(string, Brush?)

public ColouredString(string Text, Brush? Colour = null)

Parameters

Text string
Colour Brush

Properties

Colour

public Brush? Colour { get; init; }

Property Value

Brush

Text

public string Text { get; init; }

Property Value

string