Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Borders Structure / IsRound Property

In This Topic
    IsRound Property
    In This Topic
    Gets a value indicating whether the current Borders structure defines rounded borders (i.e. whether both RadiusX and RadiusY have non-zero values).
    Syntax
    'Declaration
     
    Public ReadOnly Property IsRound As Boolean
    public bool IsRound {get;}
    See Also