overlayhandles.as
来自「flex书效果代码」· AS 代码 · 共 17 行
AS
17 行
package com.mh.movable.constants
{
public class OverlayHandles
{
public static const TOP_LEFT:String = "topLeft";
public static const TOP_RIGHT:String = "topRight";
public static const TOP:String = "top";
public static const LEFT:String = "left";
public static const RIGHT:String = "right";
public static const BOTTOM_LEFT:String = "bottomLeft";
public static const BOTTOM_RIGHT:String = "bottomRight";
public static const BOTTOM:String = "bottom";
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?