Class MessageBoxToggle
Represents message box toggle option.
public class MessageBoxToggle : ObservableObject, INotifyPropertyChanged
- Inheritance
-
MessageBoxToggle
- Implements
- Inherited Members
Constructors
MessageBoxToggle(string, bool)
public MessageBoxToggle(string title, bool selected = false)
Parameters
Properties
Selected
Gets or sets value indicating whether this is option is selected.
public bool Selected { get; set; }
Property Value
Title
Gets or sets title toggle option.
public string Title { get; set; }