Class Text2Tile
public class Text2Tile : NotificationObject, INotifyPropertyChanged, ITile
- Inheritance
-
Text2Tile
- Implements
- Inherited Members
- Extension Methods
Constructors
Text2Tile(string, string, string, Func<Task<(ColouredString Left, ColouredString Right)>>, ICommand, ICommand)
public Text2Tile(string name, string leftTitle, string rightTitle, Func<Task<(ColouredString Left, ColouredString Right)>> loadContent, ICommand leftCommand, ICommand rightCommand)
Parameters
namestringleftTitlestringrightTitlestringloadContentFunc<Task<(ColouredString Left, ColouredString Right)>>leftCommandICommandrightCommandICommand
Properties
Content
public object? Content { get; set; }
Property Value
LeftCommand
public ICommand LeftCommand { get; }
Property Value
LeftTitle
public string LeftTitle { get; }
Property Value
Name
public string Name { get; }
Property Value
RightCommand
public ICommand RightCommand { get; }
Property Value
RightTitle
public string RightTitle { get; }
Property Value
Methods
LoadAsync()
public Task LoadAsync()