Class BannerBuilderColorItemVM
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class BannerBuilderColorItemVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
BannerBuilderColorItemVM
- Implements
- Inherited Members
Constructors
BannerBuilderColorItemVM(Action<BannerBuilderColorItemVM>, int, BannerColor)
public BannerBuilderColorItemVM(Action<BannerBuilderColorItemVM> onItemSelection, int key, BannerColor value)
Parameters
onItemSelection
Action<BannerBuilderColorItemVM>key
intvalue
BannerColor
Properties
BannerColor
public BannerColor BannerColor { get; }
Property Value
ColorAsStr
[DataSourceProperty]
public string ColorAsStr { get; set; }
Property Value
ColorID
public int ColorID { get; }
Property Value
IsSelected
[DataSourceProperty]
public bool IsSelected { get; set; }
Property Value
Methods
ExecuteSelection()
public void ExecuteSelection()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).