Hierarchy

  • StiElementConsts

Index

Properties

Static BackgroundColor

BackgroundColor: Color = Color.white

Static ForegroundColor

ForegroundColor: Color = Color.dimGray

Static TitleFont

TitleFont: Font = new Font("Arial", 12, Color.gray)

Object literals

Static ComboBox

ComboBox: object

ItemHeight

ItemHeight: number = 32

Static ListBox

ListBox: object

CheckBoxWidth

CheckBoxWidth: number = 20

ItemHeight

ItemHeight: number = 32

Static Table

Table: object

BorderColor

BorderColor: Color = Color.gainsboro

Font

Font: Font = new Font("Arial", 10, Color.black)

Height

Height: number = 28

getHeight

  • getHeight(font: Font, scale?: number): number
  • Parameters

    • font: Font
    • Default value scale: number = 1

    Returns number

Header

Header: object

BackgroundColor

BackgroundColor: Color = Color.fromArgb(255, 240, 240, 240)

Static TreeView

TreeView: object

ItemHeight

ItemHeight: number = 32

Generated using TypeDoc