📄 bivmllabel.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiVmlLabel" extends="BiComponent"> <description>This class is used internally inside a<link class="BiGraph">BiGraph</link> for labels.</description> <arguments> <argument name="sText" optional="true"> <description>The text to show on the label </description> <type>String</type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="align" get="true" set="true"> <description>The text align of the the text on the label</description> <type>String</type> </property> <property name="text" get="true" set="true"> <description>The text to show on the label</description> <type>String</type> </property> <property name="fontSize" set="true"> <description>The font size in pixels</description> <type>Number</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -