Table of Contents

Class StepModel

Namespace
The.WPF.Wizards
Assembly
Instagile.WPF.dll
public sealed class StepModel : NotificationObject, INotifyPropertyChanged
Inheritance
StepModel
Implements
Inherited Members
Extension Methods

Properties

IsCurrent

public bool IsCurrent { get; set; }

Property Value

bool

IsReached

public bool IsReached { get; set; }

Property Value

bool

LinkWeight

public FontWeight LinkWeight { get; }

Property Value

FontWeight

Title

public required string Title { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.