Skip to main content

UI.StandardWindowHeaderDescription

Index

Properties

optionalcolor

color?: number

Header background color integer value, produced by android.graphics.Color class. Default is Color.rgb(0x72, 0x6a, 0x70).

optionalframe

frame?: string

Frame bitmap gui texture name. Defaults to "headerFrame" style binding or, if not specified, to "default_frame_7" gui texture.

optionalheight

height?: number = 80

Specifies header height in units.

optionalhideButton

hideButton?: boolean = false

If true, close button is not displayed.

optionalhideShadow

hideShadow?: boolean = false

Specifies whether the header should have shadow or not. If true, the shadow is not displayed.

optionaltext

Specifies header text styles and value.

optionalwidth

width?: number

If height is not specified, used to specify header height in units.