C# Класс UIParser.Nodes.AddTextNode

Наследование: UINode
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Alignment TextAlignment
Color ArrayListNode
FitText int?
Font int?
Highlighted int?
ID int
Name string
Opaque int?
Size ArrayListNode
Text string
TextPosition ArrayListNode
Wrapped 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 публичное свойство

Required. Defines the alignment of this text control.
public TextAlignment Alignment
Результат TextAlignment

Color публичное свойство

Required. Defines the font color of this text control.
public ArrayListNode,UIParser.Nodes Color
Результат ArrayListNode

FitText публичное свойство

Defines whether or not this text should be fit into its bounding box. 1=Yes, 0=No. Default is no.
public int? FitText
Результат int?

Font публичное свойство

Defines the font size of this text control in points.
public int? Font
Результат int?

Highlighted публичное свойство

Defines whether or not the text in this text control is initially highlted. 1=Yes, 0=No. Default is no.
public int? Highlighted
Результат int?

ID публичное свойство

Defines the identifier of this text control. Required.
public int ID
Результат int

Name публичное свойство

Defines the UIS identifier of this text control.
public string Name
Результат string

Opaque публичное свойство

Required. Defines the opacity of this text control. 1 is opaque and 0 is transparent.
public int? Opaque
Результат int?

Size публичное свойство

Defines the dimensions of this text control. Syntax: (width,height). Required.
public ArrayListNode,UIParser.Nodes Size
Результат ArrayListNode

Text публичное свойство

Defines a UIS string resource to use as text.
public string Text
Результат string

TextPosition публичное свойство

Defines the position of this text control in x,y coordinates. Syntax: (x,y). Required.
public ArrayListNode,UIParser.Nodes TextPosition
Результат ArrayListNode

Wrapped публичное свойство

Defines whether or not text wraps on to new lines. 1=Yes, 0=No. Default is no.
public int? Wrapped
Результат int?