Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStackPanelProperties

Generic layout properties for stack panel.

property

{boolean} horizontal The switch that determines which direction child panels fill in the space.

see

StackPanelLayoutRegion

see

IDashboardLayoutProperties

extends

IDashboardLayoutProperties

Hierarchy

  • IProps
    • IStackPanelProperties

Index

Properties

accordionMode

accordionMode: "None" | "Single" | "Multi"

backgroundColor

backgroundColor: Color

borderColor

borderColor: Color

borderWidth.px

borderWidth.px: number

caption

caption: string

captionBackground

captionBackground: Color

captionColor

captionColor: Color

horizontal

horizontal: boolean

maximized

maximized: boolean

padding.px

padding.px: number

prunable

prunable: boolean

Whether this region is eligible to be coalesced.

If true, the region may get culled by the Layout Manager if it has no children.

Notes

This layout property is not meant for user editing, but is exposed for testing and for rare cases in which a user might actually want it to stay there.

showRegion

showRegion: boolean

showSplitters

showSplitters: boolean

showTitle

showTitle: boolean

splitterWidth.px

splitterWidth.px: number

Generated using TypeDoc