Class
TimeBreakViewModel

Represent the view model that exposes the TimeBreak properties.

Definition

Constructors

TimeBreakViewModel()

Declaration

cs-api-definition
public TimeBreakViewModel()

Properties

Alignment

Gets the horizontal alignment.

Declaration

cs-api-definition
public override HorizontalAlignment Alignment { get; }

Property Value

HorizontalAlignment

Overrides MessageListItemViewModelBase.Alignment

Header

Gets or sets the header text.

Declaration

cs-api-definition
public string Header { get; set; }

Property Value

string