📄 bidockpanel.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiDockPanel" extends="BiComponent"> <description>This layout component position and sizes its children using docking guidelines. The children are layed out from first child to last and after a child has been docked to one edge the following child will be docked to remaining available space. Once a child sets its docking hint to "fill", the following will not be shown.<br> </br> <br> </br> To define hat side the child should be docked at a so called attached property is used. This is a static method on the<link class="BiDockPanel">BiDockPanel</link>. There exists a Bindows markup shortcut for setting these properties<br> </br> <br> </br> <code><DockPanel><br> </br> <Component DockPanel.dock="top"/><br> </br> <Component DockPanel.dock="right"/><br> </br> <Component DockPanel.dock="fill"/><br> </br> </DockPanel></code> </description> <arguments> </arguments> <staticMethods> <method name="setDock"> <description>Sets the attached dock property for the source</description> <arguments> <argument name="oSource"> <description>The component to set the dock value for</description> <type> <link class="BiObject">BiObject</link> </type> </argument> <argument name="sDock"> <description>The dock value. Valid values are<br> </br> left<br> </br> right<br> </br> top<br> </br> bottom<br> </br> fill</description> <type>String</type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="getDock"> <description>Returns the dock value for the source</description> <arguments> <argument name="oSource"> <description>The component to get the dock value for</description> <type> <link class="BiObject">BiObject</link> </type> </argument> </arguments> <returns> <type>String</type> </returns> </method> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -