[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RoundingRadius.TopLeft

TopLeft Property

TopLeft

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

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

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

Remarks

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

Examples
roundingRadius.TopLeft = "10pt";