C# 클래스 UIParser.Nodes.SetSharedPropsNode

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

공개 프로퍼티들

프로퍼티 타입 설명
Alignment int?
AssignmentBlock AssignmentBlockNode
BackColor ArrayListNode
Color ArrayListNode
ControlPosition ArrayListNode
CursorColor ArrayListNode
Font int?
Image string
Opaque int?
Orientation int?
Size ArrayListNode
StringTable int?
Text string
TextButton bool
TextColor ArrayListNode
TextColorDisabled ArrayListNode
TextColorHighlighted ArrayListNode
TextColorSelected ArrayListNode
Tooltip string
Transparent 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 공개적으로 프로퍼티

public int? Alignment
리턴 int?

AssignmentBlock 공개적으로 프로퍼티

public AssignmentBlockNode,UIParser.Nodes AssignmentBlock
리턴 AssignmentBlockNode

BackColor 공개적으로 프로퍼티

public ArrayListNode,UIParser.Nodes BackColor
리턴 ArrayListNode

Color 공개적으로 프로퍼티

public ArrayListNode,UIParser.Nodes Color
리턴 ArrayListNode

ControlPosition 공개적으로 프로퍼티

public ArrayListNode,UIParser.Nodes ControlPosition
리턴 ArrayListNode

CursorColor 공개적으로 프로퍼티

public ArrayListNode,UIParser.Nodes CursorColor
리턴 ArrayListNode

Font 공개적으로 프로퍼티

public int? Font
리턴 int?

Image 공개적으로 프로퍼티

public string Image
리턴 string

Opaque 공개적으로 프로퍼티

public int? Opaque
리턴 int?

Orientation 공개적으로 프로퍼티

public int? Orientation
리턴 int?

Size 공개적으로 프로퍼티

public ArrayListNode,UIParser.Nodes Size
리턴 ArrayListNode

StringTable 공개적으로 프로퍼티

public int? StringTable
리턴 int?

Text 공개적으로 프로퍼티

public string Text
리턴 string

TextButton 공개적으로 프로퍼티

public bool TextButton
리턴 bool

TextColor 공개적으로 프로퍼티

public ArrayListNode,UIParser.Nodes TextColor
리턴 ArrayListNode

TextColorDisabled 공개적으로 프로퍼티

public ArrayListNode,UIParser.Nodes TextColorDisabled
리턴 ArrayListNode

TextColorHighlighted 공개적으로 프로퍼티

public ArrayListNode,UIParser.Nodes TextColorHighlighted
리턴 ArrayListNode

TextColorSelected 공개적으로 프로퍼티

public ArrayListNode,UIParser.Nodes TextColorSelected
리턴 ArrayListNode

Tooltip 공개적으로 프로퍼티

public string Tooltip
리턴 string

Transparent 공개적으로 프로퍼티

public int? Transparent
리턴 int?