[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.CrossSectionBox

CrossSectionBox Class

Cross Section Box control

Inheritance
CrossSectionBox
Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
[DefaultSize(2, 2)]
[TypeConverter(typeof())]
public sealed class CrossSectionBox : CrossSectionControl, IComponent, IDisposable, IPersistControl

Constructors

Name Description
CrossSectionBox()

Initializes a new instance of the CrossSectionBox class.

Properties

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.

Methods

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.

Extension Methods