Class StepModel
public sealed class StepModel : NotificationObject, INotifyPropertyChanged
- Inheritance
-
StepModel
- Implements
- Inherited Members
- Extension Methods
Properties
IsCurrent
public bool IsCurrent { get; set; }
Property Value
IsReached
public bool IsReached { get; set; }
Property Value
LinkWeight
public FontWeight LinkWeight { get; }
Property Value
Title
public required string Title { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.