[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IRoundingRadius

IRoundingRadius Interface

Represents the radius of a rounded rectangle.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IRoundingRadius

Properties

Name Description
BottomLeft

Gets the bottom left radius of the rounded rectangle.

BottomRight

Gets the bottom right radius of the rounded rectangle.

Default

Gets the default radius of the rounded rectangle.

TopLeft

Gets the top left radius of the rounded rectangle.

TopRight

Gets the top right radius of the rounded rectangle.

Extension Methods