C# Class UIParser.Nodes.AddFormatedTextNode

Inheritance: UINode
Afficher le fichier Open project: Afr0Games/Project-Dollhouse

Méthodes publiques

Свойство Type Description
EdgeOffsetB int?
EdgeOffsetL int?
EdgeOffsetR int?
EdgeOffsetT int?
FormatedTextPosition ArrayListNode
ID int
LineHeight int
Name string
Opaque int
Size ArrayListNode

Méthodes publiques

Méthode Description
Accept ( IUIVisitor visitor ) : void

Méthodes protégées

Méthode Description
InitChildren ( ParseTreeNodeList nodes ) : void

Method Details

Accept() public méthode

public Accept ( IUIVisitor visitor ) : void
visitor IUIVisitor
Résultat void

InitChildren() protected méthode

protected InitChildren ( ParseTreeNodeList nodes ) : void
nodes ParseTreeNodeList
Résultat void

Property Details

EdgeOffsetB public_oe property

Defines the bottom edge offset of the text.
public int? EdgeOffsetB
Résultat int?

EdgeOffsetL public_oe property

Defines the left edge offset of the text.
public int? EdgeOffsetL
Résultat int?

EdgeOffsetR public_oe property

Defines the right edge offset of the text.
public int? EdgeOffsetR
Résultat int?

EdgeOffsetT public_oe property

Defines the top edge offset of the text.
public int? EdgeOffsetT
Résultat int?

FormatedTextPosition public_oe property

Position of this formatted text control. Required.
public ArrayListNode,UIParser.Nodes FormatedTextPosition
Résultat ArrayListNode

ID public_oe property

Defines the identifier of this listbox control. Required.
public int ID
Résultat int

LineHeight public_oe property

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

Name public_oe property

Defines the UIS identifier of this formatted text control. Required.
public string Name
Résultat string

Opaque public_oe property

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

Size public_oe property

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