C# Class UIParser.Nodes.AddTextNode

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

Méthodes publiques

Свойство Type Description
Alignment TextAlignment
Color ArrayListNode
FitText int?
Font int?
Highlighted int?
ID int
Name string
Opaque int?
Size ArrayListNode
Text string
TextPosition ArrayListNode
Wrapped int?

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

Alignment public_oe property

Required. Defines the alignment of this text control.
public TextAlignment Alignment
Résultat TextAlignment

Color public_oe property

Required. Defines the font color of this text control.
public ArrayListNode,UIParser.Nodes Color
Résultat ArrayListNode

FitText public_oe property

Defines whether or not this text should be fit into its bounding box. 1=Yes, 0=No. Default is no.
public int? FitText
Résultat int?

Font public_oe property

Defines the font size of this text control in points.
public int? Font
Résultat int?

Highlighted public_oe property

Defines whether or not the text in this text control is initially highlted. 1=Yes, 0=No. Default is no.
public int? Highlighted
Résultat int?

ID public_oe property

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

Name public_oe property

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

Opaque public_oe property

Required. Defines the opacity of this text control. 1 is opaque and 0 is transparent.
public int? Opaque
Résultat int?

Size public_oe property

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

Text public_oe property

Defines a UIS string resource to use as text.
public string Text
Résultat string

TextPosition public_oe property

Defines the position of this text control in x,y coordinates. Syntax: (x,y). Required.
public ArrayListNode,UIParser.Nodes TextPosition
Résultat ArrayListNode

Wrapped public_oe property

Defines whether or not text wraps on to new lines. 1=Yes, 0=No. Default is no.
public int? Wrapped
Résultat int?