kendo-window-default-size | "auto" | "auto" | Default: "auto"Computed: "auto" |
| Description: The default size of the Window.
|
kendo-window-border-width | 0px | 0px | Default: 0pxComputed: 0px |
| Description: The width of the border around the Window.
|
kendo-window-border-radius | 0px | 0px | Default: 0pxComputed: 0px |
| Description: The border radius of the Window.
|
kendo-window-font-family | var(--kendo-font-family) | var(--kendo-font-family) | Default: var(--kendo-font-family)Computed: var(--kendo-font-family) |
| Description: The font family of the Window.
|
kendo-window-font-size | var(--kendo-font-size) | var(--kendo-font-size) | Default: var(--kendo-font-size)Computed: var(--kendo-font-size) |
| Description: The font size of the Window.
|
kendo-window-line-height | var(--kendo-line-height-sm) | var(--kendo-line-height-sm) | Default: var(--kendo-line-height-sm)Computed: var(--kendo-line-height-sm) |
| Description: The line height of the Window.
|
kendo-window-titlebar-padding-x | k-spacing(4) | var(--kendo-spacing-4) | Default: k-spacing(4)Computed: var(--kendo-spacing-4) |
| Description: The horizontal padding of the Window titlebar.
|
kendo-window-titlebar-padding-y | k-spacing(3) | var(--kendo-spacing-3) | Default: k-spacing(3)Computed: var(--kendo-spacing-3) |
| Description: The vertical padding of the Window titlebar.
|
kendo-window-titlebar-border-width | 0 0 1px | (0 0 1px) | Default: 0 0 1pxComputed: (0 0 1px) |
| Description: The width of the border of the Window titlebar.
|
kendo-window-titlebar-border-style | solid | solid | Default: solidComputed: solid |
| Description: The style of the border of the Window titlebar.
|
kendo-window-title-font-size | var(--kendo-font-size-lg) | var(--kendo-font-size-lg) | Default: var(--kendo-font-size-lg)Computed: var(--kendo-font-size-lg) |
| Description: The font size of the title of the Window.
|
kendo-window-title-line-height | var(--kendo-line-height-sm) | var(--kendo-line-height-sm) | Default: var(--kendo-line-height-sm)Computed: var(--kendo-line-height-sm) |
| Description: The line height of the title of the Window.
|
kendo-window-actions-gap | null | null | Default: nullComputed: null |
| Description: The spacing between the buttons in the Window titlebar.
|
kendo-window-action-opacity | null | null | Default: nullComputed: null |
| Description: The opacity of the buttons in the Window titlebar.
|
kendo-window-action-hover-opacity | null | null | Default: nullComputed: null |
| Description: The opacity of the hovered buttons in the Window titlebar.
|
kendo-window-inner-padding-x | k-spacing(4) | var(--kendo-spacing-4) | Default: k-spacing(4)Computed: var(--kendo-spacing-4) |
| Description: The horizontal padding of the content of the Window.
|
kendo-window-inner-padding-y | k-spacing(4) | var(--kendo-spacing-4) | Default: k-spacing(4)Computed: var(--kendo-spacing-4) |
| Description: The vertical padding of the content of the Window.
|
kendo-window-buttongroup-padding-x | $kendo-actions-padding-x | var(--kendo-spacing-2) | Default: $kendo-actions-padding-xComputed: var(--kendo-spacing-2) |
| Description: The horizontal padding of the Window action buttons.
|
kendo-window-buttongroup-padding-y | $kendo-actions-padding-y | var(--kendo-spacing-2) | Default: $kendo-actions-padding-yComputed: var(--kendo-spacing-2) |
| Description: The vertical padding of the Window action buttons.
|
kendo-window-buttongroup-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The width of the top border of the Window action buttons.
|
kendo-window-bg | k-color(surface-alt) | var(--kendo-color-surface-alt) | Default: k-color(surface-alt)Computed: var(--kendo-color-surface-alt) |
| Description: The background color of the Window.
|
kendo-window-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface) |
| Description: The text color of the Window.
|
kendo-window-border | k-color(border) | var(--kendo-color-border) | Default: k-color(border)Computed: var(--kendo-color-border) |
| Description: The border color of the Window.
|
kendo-window-shadow | k-elevation(4) | var(--kendo-elevation-4) | Default: k-elevation(4)Computed: var(--kendo-elevation-4) |
| Description: The box shadow of the Window.
|
kendo-window-focus-shadow | k-elevation(5) | var(--kendo-elevation-5) | Default: k-elevation(5)Computed: var(--kendo-elevation-5) |
| Description: The box shadow of the focused Window.
|
kendo-window-titlebar-bg | k-color(surface) | var(--kendo-color-surface) | Default: k-color(surface)Computed: var(--kendo-color-surface) |
| Description: The background color of the Window titlebar.
|
kendo-window-titlebar-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface) |
| Description: The text color of the Window titlebar.
|
kendo-window-titlebar-border | inherit | inherit | Default: inheritComputed: inherit |
| Description: The border color of the Window titlebar.
|
kendo-window-titlebar-gradient | null | null | Default: nullComputed: null |
| Description: The background gradient of the Window titlebar.
|
kendo-window-sizes | | auto: | null | | sm: | 300px | | md: | 800px | | lg: | 1200px |
| Computed: (auto: null, sm: 300px, md: 800px, lg: 1200px) |
| Description: The sizes map of the Window.
|