Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / ScrollViewerCornerRadiusBase Class / CornerRadius Property

In This Topic
    CornerRadius Property (ScrollViewerCornerRadiusBase)
    In This Topic
    Gets or sets the CornerRadius used in the ScrollViewer.
    Syntax
    'Declaration
     
    
    Public Property CornerRadius As CornerRadius
    public CornerRadius CornerRadius {get; set;}
    See Also