Class PhotoModeValueOptionVM
- Namespace
- TaleWorlds.MountAndBlade.ViewModelCollection
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class PhotoModeValueOptionVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
PhotoModeValueOptionVM
- Implements
- Inherited Members
Constructors
PhotoModeValueOptionVM(TextObject, float, float, float, Action<float>)
public PhotoModeValueOptionVM(TextObject valueNameTextObj, float min, float max, float currentValue, Action<float> onChange)
Parameters
Properties
CurrentValue
[DataSourceProperty]
public float CurrentValue { get; set; }
Property Value
CurrentValueText
[DataSourceProperty]
public string CurrentValueText { get; set; }
Property Value
MaxValue
[DataSourceProperty]
public float MaxValue { get; set; }
Property Value
MinValue
[DataSourceProperty]
public float MinValue { get; set; }
Property Value
ValueName
[DataSourceProperty]
public string ValueName { get; set; }
Property Value
Methods
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).