Table of Contents

Class NumericUpDownWidget

Namespace
TaleWorlds.MountAndBlade.GauntletUI.Widgets
Assembly
TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class NumericUpDownWidget : Widget
Inheritance
NumericUpDownWidget
Inherited Members

Constructors

NumericUpDownWidget(UIContext)

public NumericUpDownWidget(UIContext context)

Parameters

context UIContext

Properties

DownButton

[Editor(false)]
public ButtonWidget DownButton { get; set; }

Property Value

ButtonWidget

IntValue

[Editor(false)]
public int IntValue { get; set; }

Property Value

int

MaxValue

[Editor(false)]
public float MaxValue { get; set; }

Property Value

float

MinValue

[Editor(false)]
public float MinValue { get; set; }

Property Value

float

ShowOneAdded

[Editor(false)]
public bool ShowOneAdded { get; set; }

Property Value

bool

TextWidget

[Editor(false)]
public TextWidget TextWidget { get; set; }

Property Value

TextWidget

UpButton

[Editor(false)]
public ButtonWidget UpButton { get; set; }

Property Value

ButtonWidget

Value

[Editor(false)]
public float Value { get; set; }

Property Value

float

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