Table of Contents

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

valueNameTextObj TextObject
min float
max float
currentValue float
onChange Action<float>

Properties

CurrentValue

[DataSourceProperty]
public float CurrentValue { get; set; }

Property Value

float

CurrentValueText

[DataSourceProperty]
public string CurrentValueText { get; set; }

Property Value

string

MaxValue

[DataSourceProperty]
public float MaxValue { get; set; }

Property Value

float

MinValue

[DataSourceProperty]
public float MinValue { get; set; }

Property Value

float

ValueName

[DataSourceProperty]
public string ValueName { get; set; }

Property Value

string

Methods

RefreshValues()

public override void RefreshValues()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).