[]
Summary description for Line.
[DefaultSize(1, 0)]
public sealed class Line : ARControl, IComponent, IDisposable, IPersistControl
| Name | Description |
|---|---|
| Line() | Initializes a new instance of the Line class. |
| Name | Description |
|---|---|
| AnchorBottom | Anchors the line to the bottom of the containing section. |
| ControlType | |
| LineColor | Gets or sets the color of the line control. |
| LineStyle | Gets or sets the pen style used to draw the line. |
| LineWeight | Gets or sets the pen width of the line. |
| Location | Gets or sets the location of the control in inches. |
| Size | |
| X1 | Gets or sets the horizontal coordinate of the line's starting point. |
| X2 | Gets or sets the horizontal coordinate of the line's end point. |
| Y1 | Gets or sets the vertical coordinate of the line's starting point. |
| Y2 | Gets or sets the vertical coordinate of the line's end point. |
| Name | Description |
|---|---|
| GetControlBounds(PointF, float, float) | |
| QuickLoad(BinaryReader) | Loads the control from specified binary reader. |
| QuickSave(BinaryWriter) | Saves the control to the specified binary writer. |
| ReadBounds(BinaryReader) | Reads the control bounds from specified binary reader. |
| ReadBounds(XmlNode) | Read bounds of the control |
| ReadXml(XmlNode) | Reads the control from specified XML node. |
| WriteBounds(BinaryWriter) | Writes the bounds to the specified binary writer. |
| WriteBounds(XmlElement) | Writes bounds of the control |
| WriteXml(XmlElement) | Writes the control as XML to specified XML node. |