📄 bigaugetitle.xml
字号:
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiGaugeTitle" extends="BiLabel"> <description> This component is used to show the title for a <link class="BiGauge">gauge</link> </description> <arguments> <argument name="oGauge"> <type><link class="BiGauge">BiGauge</link></type> <description> The gauge that the title is part of </description> </argument> <argument name="sText" type="String" optional="true"> <description> Teh text to show on the title </description> </argument> </arguments> <staticMethods/> <staticFields/> <methods/> <properties> <property name="gauge" description="The gauge that the title is part of" get="true"> <type><link class="BiGauge">BiGauge</link></type> </property> </properties> <events/> <remarks> The title is hidden by default. You need to change the <link class="BiComponent" field="visible">visible</link> property of the title or change the <link class="BiGauge" field="showTitle">showTitle</link> property<br/><br/> The title can be used to add informative text about the gauge or it could also be used to hold other components. </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -