Hierarchy

  • StiTitle

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

backColor

backColor: Color = Color.transparent

Gets or sets a back color.

font

font: Font = new Font("Arial", 11)

Gets or set font which will be used for title drawing.

foreColor

foreColor: Color = Color.transparent

Gets or sets font color for this element.

horAlignment

horAlignment: StiHorAlignment = StiHorAlignment.Left

Gets or sets title text alignment.

sizeMode

sizeMode: StiTextSizeMode = StiTextSizeMode.Fit

Specifies how the text output in the component area depends on the text size.

text

text: string = ""

Gets or sets title text.

visible

visible: boolean = true

Gets or sets visibility of title.

Methods

clone

  • clone(): any
  • Creates a new object that is a copy of the current instance.

    Returns any

    A new object that is a copy of this instance.

implements

  • implements(): any[]
  • Returns any[]

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromXml

  • Parameters

    Returns void

meta

saveToJsonObject

Static createFromJsonObject

Static createFromXml

Generated using TypeDoc