Table of Contents

Class TileViewModel

Namespace
Innova.Prism.Library.Controls.Tile
Assembly
Innova.Prism.Library.dll
public class TileViewModel : BindableBase, INotifyPropertyChanged, ITileViewModel
Inheritance
TileViewModel
Implements
Derived

Constructors

TileViewModel()

Initializes a new instance of the TileViewModel class.

Properties

BackgroundColor

Gets or sets the background color of the tile.

Description

Gets or sets the description of the tile.

Foreground

Gets or sets the foreground color of the tile.

Header

Gets or sets the header of the tile.

Image

Gets or sets the image of the tile.

Name

Gets or sets the name of the tile.

TileSelectedCommand

Gets or sets the command executed when the tile is selected.

Methods

CanSelectTile()

Determines whether the tile can be selected.

TileSelected()

Executes when the tile is selected.