[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RoundingRadius.TopRight

TopRight Property

TopRight

Gets or sets the radius of the top-right corner.

Declaration
public ExpressionInfo TopRight { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object that evaluates to the radius of the top-right corner.

Remarks

This value overrides the default radius for the top-right corner.

Examples
roundingRadius.TopRight = "10pt";