The Styles class defines common style properties used by components.

Styles 定义了组件常用的样式属性。

构造函数

属性

buttonLabelColors: any[] = ...

The colors of the button label. Defined as [upColor, overColor, downColor].

按钮标签颜色,格式为 [upColor, overColor, downColor]。

buttonStateNum: number = 3

The number of state skins for a button, which supports 1, 2, or 3 states values.

按钮皮肤的状态数,支持1,2,3三种状态值。

comboBoxItemColors: any[] = ...

The colors of the combo box. Defined as [overBgColor, overLabelColor, outLabelColor, borderColor, bgColor].

下拉框项颜色,格式为 [overBgColor, overLabelColor, outLabelColor, borderColor, bgColor]。

defaultSizeGrid: any[] = ...

Default nine-slice grid information.

默认九宫格信息。

inputLabelPadding: any[] = ...

The padding of the input label, in pixels. Defined as [top, right, bottom, left].

输入框标签的边距,格式为 [上边距,右边距,下边距,左边距]。

labelColor: string = "#000000"

The color of the label text.

标签颜色。

labelPadding: any[] = ...

The padding of the label, in pixels. Defined as [top, right, bottom, left].

标签的边距,格式为 [上边距,右边距,下边距,左边距]。

scrollBarDelayTime: number = 500

The delay time before initiating continuous scrolling when a button is held down.

长按按钮后,等待时间使其可激活连续滚动。

scrollBarMinNum: number = 15

The minimum size of the scrollbar thumb, in pixels.

滚动条的最小值。