Class CreateStackPanelDto
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
Properties
background
background: string
color
color: string
height
height: string | number
isVertical
isVertical: boolean
name
name: string
spacing
spacing: number
width
width: string | number
Background of the stack panel. We give transparency to the background by default so that it would be visible
#00000055