UNPKG

@progress/kendo-window-vue-wrapper

Version:
21 lines (13 loc) 679 B
--- title: positionProps API description: "API Index | positionProps" api_reference: true slug: api_window_positionprops_wrapper --- # PositionProps ### position-top `Number | String` The initial top position of the Window. Numeric values are treated as pixels. String values can specify pixels, percentage, ems, or other valid values. ### position-left `Number | String` The initial left position of the window. Numeric values are treated as pixels. String values can specify pixels, percentage, ems, or other valid values. ## Suggested Links * [`Position` in Kendo UI Window for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/window/configuration/position)