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

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

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

Свойство Тип Описание
EdgeOffsetB int?
EdgeOffsetL int?
EdgeOffsetR int?
EdgeOffsetT int?
FormatedTextPosition ArrayListNode
ID int
LineHeight int
Name string
Opaque int
Size ArrayListNode

Открытые методы

Метод Описание
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

Описание свойств

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

Defines the bottom edge offset of the text.
public int? EdgeOffsetB
Результат int?

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

Defines the left edge offset of the text.
public int? EdgeOffsetL
Результат int?

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

Defines the right edge offset of the text.
public int? EdgeOffsetR
Результат int?

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

Defines the top edge offset of the text.
public int? EdgeOffsetT
Результат int?

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

Position of this formatted text control. Required.
public ArrayListNode,UIParser.Nodes FormatedTextPosition
Результат ArrayListNode

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

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

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

Defines the line height of each row of this formatted text control in points.
public int LineHeight
Результат int

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

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

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

Defines the opacity of this formatted text control. 1 means opaque, 0 means transparent.
public int Opaque
Результат int

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

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