C# 클래스 UIParser.Nodes.AddProgressBarNode

상속: UINode
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse

공개 프로퍼티들

프로퍼티 타입 설명
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?