backgroundimagemode.as
来自「拓扑图基于SNMP数据采集模块的设计和实现」· AS 代码 · 共 15 行
AS
15 行
package com.yahoo.yui.charts{ public class BackgroundImageMode { public static const STRETCH:String = "stretch"; public static const STRETCH_AND_MAINTAIN_ASPECT_RATIO:String = "stretchMaintainAspectRatio"; public static const REPEAT:String = "repeat"; public static const REPEAT_X:String = "repeat-y"; public static const REPEAT_Y:String = "repeat-x"; public static const NO_REPEAT:String = "no-repeat"; } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?