C# Class UIParser.Nodes.AddProgressBarNode

Inheritance: UINode
Afficher le fichier Open project: Afr0Games/Project-Dollhouse

Méthodes publiques

Свойство Type Description
BackgroundImage string
ForegroundImage string
ID int
MaximumValue int?
MinimumValue int?
Name string
ProgressbarPosition ArrayListNode
Value int?

Méthodes publiques

Méthode Description
Accept ( IUIVisitor visitor ) : void

Méthodes protégées

Méthode Description
InitChildren ( ParseTreeNodeList nodes ) : void

Method Details

Accept() public méthode

public Accept ( IUIVisitor visitor ) : void
visitor IUIVisitor
Résultat void

InitChildren() protected méthode

protected InitChildren ( ParseTreeNodeList nodes ) : void
nodes ParseTreeNodeList
Résultat void

Property Details

BackgroundImage public_oe property

Defines a UIS image resource to associate as the background image for this button control.
public string BackgroundImage
Résultat string

ForegroundImage public_oe property

Defines a UIS image resource to associate as the foreground image for this button control.
public string ForegroundImage
Résultat string

ID public_oe property

Defines the identifier of this progressbar control. Required.
public int ID
Résultat int

MaximumValue public_oe property

Defines the value associated with the finish end of this progress bar control.
public int? MaximumValue
Résultat int?

MinimumValue public_oe property

Defines the value associated with the start end of this progress bar control.
public int? MinimumValue
Résultat int?

Name public_oe property

Defines the UIS identifier of this progressbar control. Required.
public string Name
Résultat string

ProgressbarPosition public_oe property

Position of this progressbar control. Required.
public ArrayListNode,UIParser.Nodes ProgressbarPosition
Résultat ArrayListNode

Value public_oe property

Defines the initial value which this progress bar control is set to.
public int? Value
Résultat int?