ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / RoundingRadius Class
Members

In This Topic
    RoundingRadius Class
    In This Topic
    Represents the rounding radius settings for the corners of a shape.
    Object Model
    RoundingRadius Class
    Syntax
    'Declaration
     
    Public NotInheritable Class RoundingRadius 
       Implements IValidateable 
    public sealed class RoundingRadius : IValidateable  
    Remarks
    The RoundingRadius class provides properties to define the corner rounding radii of a shape, allowing for customization of each corner individually or using a default value for all corners.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.RoundingRadius

    See Also