bigaugelabels.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 37 行

XML
37
字号
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiGaugeLabels" extends="BiComponent">	<description>		This component is used to show the labels (the tick labels) for a <link class="BiGauge">gauge</link>	</description>	<arguments>		<argument name="oGauge">			<type><link class="BiGauge">BiGauge</link></type>			<description>				The gauge that the labels are part of			</description>		</argument>	</arguments>	<staticMethods/>	<staticFields/>	<methods/>	<properties>		<property name="gauge" description="The gauge that the labels are a part of" get="true">			<type><link class="BiGauge">BiGauge</link></type>		</property>	</properties>	<events/>	<remarks>		Extend this class to modify the look and feel of the labels for the gauge.	</remarks></class>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?