Show / Hide Table of Contents

Class UIProgressBar

A bar that fills from left to right.

Inheritance
System.Object
UIComponent
UISlider
UIProgressBar
Inherited Members
UISlider.Minimum
UISlider.Maximum
UISlider.Value
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 UIProgressBar : UISlider

Constructors

UIProgressBar()

Create a new UIProgressBar using default values.

Declaration
public UIProgressBar()

UIProgressBar(UInt32, UInt32)

Create a new UIProgressBar with a minimum value and maximum value

Declaration
public UIProgressBar(uint minimumValue, uint maximumValue)
Parameters
Type Name Description
System.UInt32 minimumValue

The minimum value of this progress bar

System.UInt32 maximumValue

The maximum value of this progress bar

Back to top © 2020 Anarkis Gaming. All rights reserved. Generated by DocFX