C# Class UIParser.Nodes.AddFormatedTextNode

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

Public Properties

Property Type Description
EdgeOffsetB int?
EdgeOffsetL int?
EdgeOffsetR int?
EdgeOffsetT int?
FormatedTextPosition ArrayListNode
ID int
LineHeight int
Name string
Opaque int
Size ArrayListNode

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

EdgeOffsetB public_oe property

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

EdgeOffsetL public_oe property

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

EdgeOffsetR public_oe property

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

EdgeOffsetT public_oe property

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

FormatedTextPosition public_oe property

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

ID public_oe property

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

LineHeight public_oe property

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

Name public_oe property

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

Opaque public_oe property

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

Size public_oe property

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