Table of Contents

Class TextTile

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

Constructors

TextTile(string, Func<Task<ColouredString>>, ICommand)

public TextTile(string name, Func<Task<ColouredString>> loadContent, ICommand command)

Parameters

name string
loadContent Func<Task<ColouredString>>
command ICommand

Properties

Colour

public Brush Colour { get; }

Property Value

Brush

Command

public ICommand Command { get; }

Property Value

ICommand

Content

public object? Content { get; set; }

Property Value

object

Name

public string Name { get; }

Property Value

string

Text

public string? Text { get; }

Property Value

string

Methods

LoadAsync()

public Task LoadAsync()

Returns

Task