Class ActiveFilterViewModel
- Namespace
- McServerLauncher.ViewModels
- Assembly
- McServerLauncher.dll
One chip in the "what is filtering right now" row. Some of them are the server's own loader and version, which are not the user's to remove; the rest are categories, which are.
public class ActiveFilterViewModel
- Inheritance
-
ActiveFilterViewModel
- Inherited Members
Constructors
ActiveFilterViewModel(StoreTagViewModel)
public ActiveFilterViewModel(StoreTagViewModel tag)
Parameters
ActiveFilterViewModel(string, IBrush, string)
public ActiveFilterViewModel(string label, IBrush brush, string tip)
Parameters
Properties
Brush
public IBrush Brush { get; }
Property Value
- IBrush
CanRemove
public bool CanRemove { get; }
Property Value
Label
public string Label { get; }
Property Value
Tag
The tag behind the chip, or null for the fixed loader/version chips.
public StoreTagViewModel? Tag { get; }
Property Value
Tip
public string Tip { get; }