C# Class UIParser.Nodes.SetSharedPropsNode

Inheritance: UINode
Datei anzeigen Open project: Afr0Games/Project-Dollhouse

Public Properties

Property Type Description
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?

Public Methods

Method Description
Accept ( IUIVisitor visitor ) : void

Protected Methods

Method Description
InitChildren ( ParseTreeNodeList nodes ) : void

Method Details

Accept() public method

public Accept ( IUIVisitor visitor ) : void
visitor IUIVisitor
return void

InitChildren() protected method

protected InitChildren ( ParseTreeNodeList nodes ) : void
nodes ParseTreeNodeList
return void

Property Details

Alignment public_oe property

public int? Alignment
return int?

AssignmentBlock public_oe property

public AssignmentBlockNode,UIParser.Nodes AssignmentBlock
return AssignmentBlockNode

BackColor public_oe property

public ArrayListNode,UIParser.Nodes BackColor
return ArrayListNode

Color public_oe property

public ArrayListNode,UIParser.Nodes Color
return ArrayListNode

ControlPosition public_oe property

public ArrayListNode,UIParser.Nodes ControlPosition
return ArrayListNode

CursorColor public_oe property

public ArrayListNode,UIParser.Nodes CursorColor
return ArrayListNode

Font public_oe property

public int? Font
return int?

Image public_oe property

public string Image
return string

Opaque public_oe property

public int? Opaque
return int?

Orientation public_oe property

public int? Orientation
return int?

Size public_oe property

public ArrayListNode,UIParser.Nodes Size
return ArrayListNode

StringTable public_oe property

public int? StringTable
return int?

Text public_oe property

public string Text
return string

TextButton public_oe property

public bool TextButton
return bool

TextColor public_oe property

public ArrayListNode,UIParser.Nodes TextColor
return ArrayListNode

TextColorDisabled public_oe property

public ArrayListNode,UIParser.Nodes TextColorDisabled
return ArrayListNode

TextColorHighlighted public_oe property

public ArrayListNode,UIParser.Nodes TextColorHighlighted
return ArrayListNode

TextColorSelected public_oe property

public ArrayListNode,UIParser.Nodes TextColorSelected
return ArrayListNode

Tooltip public_oe property

public string Tooltip
return string

Transparent public_oe property

public int? Transparent
return int?