Show / Hide Table of Contents

Class UISlider

Components that have a minimum and maximum value.

Inheritance
System.Object
UIComponent
UISlider
UIProgressBar
Inherited Members
UIComponent.AddChild(UIComponent)
UIComponent.Size
UIComponent.Height
UIComponent.Width
UIComponent.MaxSize
UIComponent.Children
UIComponent.ClearChildren()
UIComponent.BringToFront()
UIComponent.Anchor
UIComponent.Draggable
UIComponent.FillColor
UIComponent.AttachedData
UIComponent.Parent
UIComponent.Visible
UIComponent.Enabled
UIComponent.Locked
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class UISlider : UIComponent

Properties

Maximum

The maximum value of this slider.

Declaration
public uint Maximum { get; set; }
Property Value
Type Description
System.UInt32

Minimum

The minimum value of this slider.

Declaration
public uint Minimum { get; set; }
Property Value
Type Description
System.UInt32

Value

The value this slider holds.

Declaration
public int Value { get; set; }
Property Value
Type Description
System.Int32
Back to top © 2020 Anarkis Gaming. All rights reserved. Generated by DocFX