Table of Contents

Class GenericTile

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

Constructors

GenericTile(string, Func<Task<object?>>)

public GenericTile(string name, Func<Task<object?>> loadContent)

Parameters

name string
loadContent Func<Task<object>>

Properties

Content

public object? Content { get; set; }

Property Value

object

Name

public string Name { get; }

Property Value

string

Methods

LoadAsync()

public Task LoadAsync()

Returns

Task