C# 클래스 UIParser.Nodes.AddTextNode

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

공개 프로퍼티들

프로퍼티 타입 설명
Alignment TextAlignment
Color ArrayListNode
FitText int?
Font int?
Highlighted int?
ID int
Name string
Opaque int?
Size ArrayListNode
Text string
TextPosition ArrayListNode
Wrapped 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

프로퍼티 상세

Alignment 공개적으로 프로퍼티

Required. Defines the alignment of this text control.
public TextAlignment Alignment
리턴 TextAlignment

Color 공개적으로 프로퍼티

Required. Defines the font color of this text control.
public ArrayListNode,UIParser.Nodes Color
리턴 ArrayListNode

FitText 공개적으로 프로퍼티

Defines whether or not this text should be fit into its bounding box. 1=Yes, 0=No. Default is no.
public int? FitText
리턴 int?

Font 공개적으로 프로퍼티

Defines the font size of this text control in points.
public int? Font
리턴 int?

Highlighted 공개적으로 프로퍼티

Defines whether or not the text in this text control is initially highlted. 1=Yes, 0=No. Default is no.
public int? Highlighted
리턴 int?

ID 공개적으로 프로퍼티

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

Name 공개적으로 프로퍼티

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

Opaque 공개적으로 프로퍼티

Required. Defines the opacity of this text control. 1 is opaque and 0 is transparent.
public int? Opaque
리턴 int?

Size 공개적으로 프로퍼티

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

Text 공개적으로 프로퍼티

Defines a UIS string resource to use as text.
public string Text
리턴 string

TextPosition 공개적으로 프로퍼티

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

Wrapped 공개적으로 프로퍼티

Defines whether or not text wraps on to new lines. 1=Yes, 0=No. Default is no.
public int? Wrapped
리턴 int?