C# 클래스 UIParser.Nodes.AddSliderNode

상속: UINode
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID int
Image string
MaximumValue int?
MinimumValue int?
Name string
Orientation int
Size ArrayListNode
SliderPosition ArrayListNode

공개 메소드들

메소드 설명
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

프로퍼티 상세

ID 공개적으로 프로퍼티

Defines the UIS identifier of this slider control. Required.
public int ID
리턴 int

Image 공개적으로 프로퍼티

Defines a UIS image resource to associate with this slider control. Required.
public string Image
리턴 string

MaximumValue 공개적으로 프로퍼티

Defines the value associated with the big end of this slider control.
public int? MaximumValue
리턴 int?

MinimumValue 공개적으로 프로퍼티

Defines the value associated with the small end of this slider control.
public int? MinimumValue
리턴 int?

Name 공개적으로 프로퍼티

Defines the UIS identifier of this slider control. Required.
public string Name
리턴 string

Orientation 공개적으로 프로퍼티

Defines the orientation of this slider control. 0 means horizontal and 1 means vertical.
public int Orientation
리턴 int

Size 공개적으로 프로퍼티

Defines the dimensions of this slider control. Syntax: (width,height). Required.
public ArrayListNode,UIParser.Nodes Size
리턴 ArrayListNode

SliderPosition 공개적으로 프로퍼티

Defines the position of this slider control in x,y coordinates. Syntax: (x,y)
public ArrayListNode,UIParser.Nodes SliderPosition
리턴 ArrayListNode