ActiveReports Developer 7
Radius Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > CrossSectionBox Class : Radius Property

Glossary Item Box

Set the Radius property to control the degree of rounding on the corners of the box.

Syntax

Visual Basic (Declaration) 
Public Property Radius As System.Integer
C# 
public System.int Radius {get; set;}

Property Value

An integer value in pixels.

See Also