Class DualButtonModel
- Namespace
- The.WPF.Screens.Stats
- Assembly
- Instagile.WPF.dll
public class DualButtonModel : NotificationObject, INotifyPropertyChanged
- Inheritance
-
DualButtonModel
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public DualButtonModel(string leftTitle, string rightTitle, ColouredString leftContent, ColouredString rightContent, ICommand leftCommand, ICommand rightCommand)
Parameters
leftTitle string
rightTitle string
leftContent ColouredString
rightContent ColouredString
leftCommand ICommand
rightCommand ICommand
Properties
public Brush LeftColour { get; }
Property Value
- Brush
public ICommand LeftCommand { get; }
Property Value
- ICommand
LeftContent
public ColouredString LeftContent { get; set; }
Property Value
- ColouredString
LeftText
public string LeftText { get; }
Property Value
- string
public string LeftTitle { get; set; }
Property Value
- string
public Brush RightColour { get; }
Property Value
- Brush
public ICommand RightCommand { get; }
Property Value
- ICommand
RightContent
public ColouredString RightContent { get; set; }
Property Value
- ColouredString
RightText
public string RightText { get; }
Property Value
- string
public string RightTitle { get; set; }
Property Value
- string