Show / Hide Table of Contents

Class MinMaxSliderInt

Целочисленное значение, ограниченное определённым диапазоном

Inheritance
object
MinMaxSliderInt
Namespace: BaseDefense.Properties
Assembly: BaseDefense.dll
Syntax
[Serializable]
public class MinMaxSliderInt

Constructors

MinMaxSliderInt(int, int)

Declaration
public MinMaxSliderInt(int minLimit, int maxLimit)
Parameters
Type Name Description
int minLimit

Минимально возможное значение для слайдера

int maxLimit

Максимально возможное значение для слайдера

Fields

maxLimit

Declaration
public int maxLimit
Field Value
Type Description
int

maxValue

Declaration
public int maxValue
Field Value
Type Description
int

minLimit

Declaration
public int minLimit
Field Value
Type Description
int

minValue

Declaration
public int minValue
Field Value
Type Description
int
In This Article
Back to top Generated by DocFX