C# 클래스 UIParser.Nodes.AddFormatedTextNode

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

공개 프로퍼티들

프로퍼티 타입 설명
EdgeOffsetB int?
EdgeOffsetL int?
EdgeOffsetR int?
EdgeOffsetT int?
FormatedTextPosition ArrayListNode
ID int
LineHeight int
Name string
Opaque int
Size 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

프로퍼티 상세

EdgeOffsetB 공개적으로 프로퍼티

Defines the bottom edge offset of the text.
public int? EdgeOffsetB
리턴 int?

EdgeOffsetL 공개적으로 프로퍼티

Defines the left edge offset of the text.
public int? EdgeOffsetL
리턴 int?

EdgeOffsetR 공개적으로 프로퍼티

Defines the right edge offset of the text.
public int? EdgeOffsetR
리턴 int?

EdgeOffsetT 공개적으로 프로퍼티

Defines the top edge offset of the text.
public int? EdgeOffsetT
리턴 int?

FormatedTextPosition 공개적으로 프로퍼티

Position of this formatted text control. Required.
public ArrayListNode,UIParser.Nodes FormatedTextPosition
리턴 ArrayListNode

ID 공개적으로 프로퍼티

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

LineHeight 공개적으로 프로퍼티

Defines the line height of each row of this formatted text control in points.
public int LineHeight
리턴 int

Name 공개적으로 프로퍼티

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

Opaque 공개적으로 프로퍼티

Defines the opacity of this formatted text control. 1 means opaque, 0 means transparent.
public int Opaque
리턴 int

Size 공개적으로 프로퍼티

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