Table of Contents

Class DualButtonModel

Namespace
The.WPF.Screens.Stats
Assembly
Instagile.WPF.dll
public class DualButtonModel : NotificationObject, INotifyPropertyChanged
Inheritance
DualButtonModel
Implements
Inherited Members
Extension Methods

Constructors

DualButtonModel(string, string, ColouredString, ColouredString, ICommand, ICommand)

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

LeftColour

public Brush LeftColour { get; }

Property Value

Brush

LeftCommand

public ICommand LeftCommand { get; }

Property Value

ICommand

LeftContent

public ColouredString LeftContent { get; set; }

Property Value

ColouredString

LeftText

public string LeftText { get; }

Property Value

string

LeftTitle

public string LeftTitle { get; set; }

Property Value

string

RightColour

public Brush RightColour { get; }

Property Value

Brush

RightCommand

public ICommand RightCommand { get; }

Property Value

ICommand

RightContent

public ColouredString RightContent { get; set; }

Property Value

ColouredString

RightText

public string RightText { get; }

Property Value

string

RightTitle

public string RightTitle { get; set; }

Property Value

string