📄 doc.xml
字号:
</summary>
</member>
<member name="F:Netron.Lithium.ShapeBase.visited">
<summary>
used by the visiting pattern and tags whether this shape has been visited already
</summary>
</member>
<member name="F:Netron.Lithium.ShapeBase.level">
<summary>
the level of the shape in the hierarchy
</summary>
</member>
<member name="M:Netron.Lithium.ShapeBase.#ctor">
<summary>
Default ctor
</summary>
</member>
<member name="M:Netron.Lithium.ShapeBase.#ctor(Netron.Lithium.LithiumControl)">
<summary>
Constructor with the site of the shape
</summary>
<param name="site">the graphcontrol instance to which the shape is attached</param>
</member>
<member name="M:Netron.Lithium.ShapeBase.Fit">
<summary>
Resizes the shape's rectangle in function of the containing text
</summary>
</member>
<member name="M:Netron.Lithium.ShapeBase.Expand">
<summary>
Expand the children, if any
</summary>
</member>
<member name="M:Netron.Lithium.ShapeBase.Collapse(System.Boolean)">
<summary>
Collapses the children underneath this shape
</summary>
<param name="change">true to set the expanded field to true</param>
</member>
<member name="M:Netron.Lithium.ShapeBase.AddChild(System.String)">
<summary>
Adds a child to this shape
</summary>
<param name="text">the text of the newly created shape</param>
<returns>the create shape</returns>
</member>
<member name="M:Netron.Lithium.ShapeBase.Init">
<summary>
Summarizes the initialization used by the constructors
</summary>
</member>
<member name="M:Netron.Lithium.ShapeBase.SetBrush">
<summary>
Sets the brush corresponding to the backcolor
</summary>
</member>
<member name="M:Netron.Lithium.ShapeBase.Paint(System.Drawing.Graphics)">
<summary>
Overrides the abstract paint method
</summary>
<param name="g">a graphics object onto which to paint</param>
</member>
<member name="M:Netron.Lithium.ShapeBase.Hit(System.Drawing.Point)">
<summary>
Override the abstract Hit method
</summary>
<param name="p"></param>
<returns></returns>
</member>
<member name="M:Netron.Lithium.ShapeBase.Invalidate">
<summary>
Overrides the abstract Invalidate method
</summary>
</member>
<member name="M:Netron.Lithium.ShapeBase.Move(System.Drawing.Point)">
<summary>
Moves the shape with the given shift
</summary>
<param name="p">represent a shift-vector, not the absolute position!</param>
</member>
<member name="M:Netron.Lithium.ShapeBase.Resize(System.Int32,System.Int32)">
<summary>
Resizes the shape
</summary>
<param name="width"></param>
<param name="height"></param>
</member>
<member name="P:Netron.Lithium.ShapeBase.ChildNodes">
<summary>
Gets or sets the child node collection of this shape
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.IsRoot">
<summary>
Gets or sets whether this is the root of the diagram
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.Level">
<summary>
Gets the level of the shape in the hierarchy
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.Width">
<summary>
Gets or sets the width of the shape
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.Height">
<summary>
Gets or sets the height of the shape
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.Text">
<summary>
Gets or sets the text of the shape
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.X">
<summary>
the x-coordinate of the upper-left corner
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.Y">
<summary>
the y-coordinate of the upper-left corner
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.ShapeColor">
<summary>
The backcolor of the shape
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.Visible">
<summary>
Gets or sets whether the shape is visible
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.Expanded">
<summary>
Gets or sets whether the shape is expanded/collapsed
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.ParentNode">
<summary>
Gets the (unique) parent node of this shape
Null if this is the root
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.Location">
<summary>
Gets or sets the location of the shape;
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.Left">
<summary>
Gets the left coordiante of the rectangle
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.Right">
<summary>
Gets the right coordiante of the rectangle
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.Bottom">
<summary>
Get the bottom coordinate of the shape
</summary>
</member>
<member name="P:Netron.Lithium.ShapeBase.Top">
<summary>
Gets the top coordinate of the rectangle
</summary>
</member>
<member name="M:Netron.Lithium.OvalShape.#ctor(Netron.Lithium.LithiumControl)">
<summary>
Default ctor
</summary>
<param name="s"></param>
</member>
<member name="M:Netron.Lithium.OvalShape.Hit(System.Drawing.Point)">
<summary>
Tests whether the mouse hits this shape
</summary>
<param name="p"></param>
<returns></returns>
</member>
<member name="M:Netron.Lithium.OvalShape.Paint(System.Drawing.Graphics)">
<summary>
Paints the shape on the canvas
</summary>
<param name="g"></param>
</member>
<member name="M:Netron.Lithium.OvalShape.Invalidate">
<summary>
Invalidates the shape
</summary>
</member>
<member name="T:Netron.Lithium.SimpleRectangle">
<summary>
A simple rectangular shape
</summary>
</member>
<member name="M:Netron.Lithium.SimpleRectangle.#ctor(Netron.Lithium.LithiumControl)">
<summary>
Default ctor
</summary>
<param name="s"></param>
</member>
<member name="M:Netron.Lithium.SimpleRectangle.Hit(System.Drawing.Point)">
<summary>
Tests whether the mouse hits this shape
</summary>
<param name="p"></param>
<returns></returns>
</member>
<member name="M:Netron.Lithium.SimpleRectangle.Paint(System.Drawing.Graphics)">
<summary>
Paints the shape on the canvas
</summary>
<param name="g"></param>
</member>
<member name="M:Netron.Lithium.SimpleRectangle.Invalidate">
<summary>
Invalidates the shape
</summary>
</member>
<member name="M:Netron.Lithium.SimpleRectangle.Resize(System.Int32,System.Int32)">
<summary>
Overrides the resize to repaint the shape
</summary>
<param name="width"></param>
<param name="height"></param>
</member>
<member name="T:Netron.Lithium.TextLabel">
<summary>
A simple text label
</summary>
</member>
<member name="M:Netron.Lithium.TextLabel.#ctor(Netron.Lithium.LithiumControl)">
<summary>
Default ctor
</summary>
<param name="s"></param>
</member>
<member name="M:Netron.Lithium.TextLabel.Hit(System.Drawing.Point)">
<summary>
Tests whether the mouse hits this shape
</summary>
<param name="p"></param>
<returns></returns>
</member>
<member name="M:Netron.Lithium.TextLabel.Paint(System.Drawing.Graphics)">
<summary>
Paints the shape on the canvas
</summary>
<param name="g"></param>
</member>
<member name="M:Netron.Lithium.TextLabel.Invalidate">
<summary>
Invalidates the shape
</summary>
</member>
<member name="M:Netron.Lithium.TextLabel.Resize(System.Int32,System.Int32)">
<summary>
Overrides the resize to repaint the shape
</summary>
<param name="width"></param>
<param name="height"></param>
</member>
<member name="T:Netron.Lithium.LithiumControl">
<summary>
Netron's 'Lithium' tree control
</summary>
</member>
<member name="F:Netron.Lithium.LithiumControl.layoutDirection">
<summary>
the current layout direction
</summary>
</member>
<member name="F:Netron.Lithium.LithiumControl.wordSpacing">
<summary>
the space between the nodes
</summary>
</member>
<member name="F:Netron.Lithium.LithiumControl.branchHeight">
<summary>
the height between branches
</summary>
</member>
<member name="F:Netron.Lithium.LithiumControl.layoutEnabled">
<summary>
whether the tree layout algorithm will do its work by default
</summary>
</member>
<member name="F:Netron.Lithium.LithiumControl.defaultRootName">
<summary>
the default name when the root is added
</summary>
</member>
<member name="F:Netron.Lithium.LithiumControl.graphAbstract">
<summary>
the abstract representation of the graph
</summary>
</member>
<member name="F:Netron.Lithium.LithiumControl.hoveredEntity">
<summary>
the entity hovered by the mouse
</summary>
</member>
<member name="F:Netron.Lithium.LithiumControl.selectedEntity">
<summary>
the unique entity currently selected
</summary>
</member>
<member name="F:Netron.Lithium.LithiumControl.tracking">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -