Class TextTile
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
namestringloadContentFunc<Task<ColouredString>>commandICommand
Properties
Colour
public Brush Colour { get; }
Property Value
Command
public ICommand Command { get; }
Property Value
Content
public object? Content { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Text
public string? Text { get; }
Property Value
Methods
LoadAsync()
public Task LoadAsync()