[]
Cross Section Box control
[DefaultSize(2, 2)]
[TypeConverter(typeof())]
public sealed class CrossSectionBox : CrossSectionControl, IComponent, IDisposable, IPersistControl
| Name | Description |
|---|---|
| CrossSectionBox() | Initializes a new instance of the CrossSectionBox class. |
| Name | Description |
|---|---|
| BackColor | Sets or Gets the background color of the control |
| CloseBorder | Sets or Gets the state borders |
| ControlType | |
| Radius | Gets or sets Radius of each corner separately. |
| Name | Description |
|---|---|
| GetDoubleRadius() | Gets actual radius width (double radius) in inches. |
| QuickLoad(BinaryReader) | Loads the control from specified binary reader. |
| QuickSave(BinaryWriter) | Saves the control to the specified binary writer. |
| ReadXml(XmlNode) | Reads the control from specified XML node. |
| WriteXml(XmlElement) | Writes the control as XML to specified XML node. |