[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Controls.CornersRadius.-ctor

CornersRadius Constructor

CornersRadius(float?)

Creates new structure initialized with specified values.

Declaration
public CornersRadius(float? defaultRadius)
Parameters
Type Name Description
float? defaultRadius

Default radius.

CornersRadius(float?, float?, float?, float?, float?)

Creates new structure initialized with specified values.

Declaration
public CornersRadius(float? defaultRadius, float? topLeft, float? topRight, float? bottomLeft, float? bottomRight)
Parameters
Type Name Description
float? defaultRadius

Default radius.

float? topLeft

Radius of the top left corner

float? topRight

Radius of the top right corner

float? bottomLeft

Radius of the bottom left corner

float? bottomRight

Radius of the bottom right corner