Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateStackPanelDto

Index

Constructors

constructor

  • new CreateStackPanelDto(name?: string, isVertical?: boolean, spacing?: number, width?: string | number, height?: string | number, color?: string, background?: string): CreateStackPanelDto
  • Parameters

    • Optional name: string
    • Optional isVertical: boolean
    • Optional spacing: number
    • Optional width: string | number
    • Optional height: string | number
    • Optional color: string
    • Optional background: string

    Returns CreateStackPanelDto

Properties

background

background: string

Background of the stack panel. We give transparency to the background by default so that it would be visible

default

#00000055

color

color: string

Color of the stack panel

default

#00000000

height

height: string | number

Height of the stack panel. This value should not be set when in vertical mode as it will be computed automatically.

default

undefined

optional

true

isVertical

isVertical: boolean

Horizontal or vertical

default

true

name

name: string

Name of stack panel

default

stackPanel

spacing

spacing: number

Spacing between each child in pixels

default

0

width

width: string | number

Width of the stack panel. This value should not be set when in horizontal mode as it will be computed automatically.

default

undefined

optional

true

Generated using TypeDoc