Class StoreTagViewModel
- Namespace
- McServerLauncher.ViewModels
- Assembly
- McServerLauncher.dll
A tag as the interface shows it: translated name and its colour.
public class StoreTagViewModel : ObservableObject, INotifyPropertyChanged, INotifyPropertyChanging
- Inheritance
-
StoreTagViewModel
- Implements
- Inherited Members
Constructors
StoreTagViewModel(StoreTagDefinition)
public StoreTagViewModel(StoreTagDefinition definition)
Parameters
definitionStoreTagDefinition
Properties
Brush
public IBrush Brush { get; }
Property Value
- IBrush
Definition
public StoreTagDefinition Definition { get; }
Property Value
IsActive
Set on the chip currently filtering the browser. Unused on the read-only chips of a card or a details page, which are never selectable.
[ExcludeFromCodeCoverage]
public bool IsActive { get; set; }
Property Value
Label
public string Label { get; }