Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / Border Class / CornerRadius Property

In This Topic
    CornerRadius Property
    In This Topic
    Gets or sets the CornerRadius structure defining the corners' radii of the rounded border.
    Syntax
    'Declaration
     
    Public Property CornerRadius As CornerRadius
    public CornerRadius CornerRadius {get; set;}
    See Also