[]
Summary description for Shape.
[DefaultSize(1, 0.5)]
[TypeConverter(typeof(ShapeConverter))]
public sealed class Shape : ARControl, IComponent, IDisposable, IPersistControl
| Name | Description |
|---|---|
| Shape() | Initializes a new instance of the Shape class. |
| Name | Description |
|---|---|
| BackColor | Gets or sets the background color of the control area. |
| BackColor2 | Gets or sets the background color of the control area. |
| BackgroundPattern | Gets or sets the background pattern to hatch style |
| BackgroundStyle | Gets or sets the background style. |
| ControlType | |
| GradientStyle | Gets or sets the gradient style. |
| LineColor | Gets or sets the color of the shape's lines. |
| LineStyle | Gets or sets the pen style used to draw the line. |
| LineWeight | Gets or sets the pen width used to draw the shape. |
| RoundingRadius | Gets or sets the radius as a percentage value for each corner of the RoundRect shape control. |
| Style | Gets or sets the shape type to be printed. |
| Name | Description |
|---|---|
| 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. |