C# Класс UIParser.Nodes.AddProgressBarNode

Наследование: UINode
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
BackgroundImage string
ForegroundImage string
ID int
MaximumValue int?
MinimumValue int?
Name string
ProgressbarPosition ArrayListNode
Value int?

Открытые методы

Метод Описание
Accept ( IUIVisitor visitor ) : void

Защищенные методы

Метод Описание
InitChildren ( ParseTreeNodeList nodes ) : void

Описание методов

Accept() публичный Метод

public Accept ( IUIVisitor visitor ) : void
visitor IUIVisitor
Результат void

InitChildren() защищенный Метод

protected InitChildren ( ParseTreeNodeList nodes ) : void
nodes ParseTreeNodeList
Результат void

Описание свойств

BackgroundImage публичное свойство

Defines a UIS image resource to associate as the background image for this button control.
public string BackgroundImage
Результат string

ForegroundImage публичное свойство

Defines a UIS image resource to associate as the foreground image for this button control.
public string ForegroundImage
Результат string

ID публичное свойство

Defines the identifier of this progressbar control. Required.
public int ID
Результат int

MaximumValue публичное свойство

Defines the value associated with the finish end of this progress bar control.
public int? MaximumValue
Результат int?

MinimumValue публичное свойство

Defines the value associated with the start end of this progress bar control.
public int? MinimumValue
Результат int?

Name публичное свойство

Defines the UIS identifier of this progressbar control. Required.
public string Name
Результат string

ProgressbarPosition публичное свойство

Position of this progressbar control. Required.
public ArrayListNode,UIParser.Nodes ProgressbarPosition
Результат ArrayListNode

Value публичное свойство

Defines the initial value which this progress bar control is set to.
public int? Value
Результат int?