Table of Contents

Class PlotTileBase

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

Constructors

PlotTileBase(string)

protected PlotTileBase(string name)

Parameters

name string

Properties

Content

public object? Content { get; set; }

Property Value

object

Name

public string Name { get; }

Property Value

string

Methods

LoadAsync(ViewResolvingPlotModel)

protected abstract Task LoadAsync(ViewResolvingPlotModel plot)

Parameters

plot ViewResolvingPlotModel

Returns

Task