PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / Borders Structure / IsRound Property

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