Table of Contents

Class ModalChange

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public sealed record ModalChange : Change, IEquatable<Change>, IEquatable<ModalChange>
Inheritance
ModalChange
Implements
Inherited Members

Constructors

ModalChange(string)

public ModalChange(string Title)

Parameters

Title string

Properties

Title

public string Title { get; init; }

Property Value

string