Skip to Content
参考类型

Position

GitHub上的源代码 

虽然PanelPosition可以用于将组件放置在容器的角落,但Position枚举的精确度较低,主要用于与边缘和句柄相关的情况。

🌐 While PanelPosition can be used to place a component in the corners of a container, the Position enum is less precise and used primarily in relation to edges and handles.

export enum Position { Left = 'left', Top = 'top', Right = 'right', Bottom = 'bottom', }
Last updated on