Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / ScrollBarCornerRadiusBuilder Class / ScrollBarCornerRadius Property

In This Topic
    ScrollBarCornerRadius Property (ScrollBarCornerRadiusBuilder)
    In This Topic
    Gets or sets the corner radius of the scrollbar itself.
    Syntax
    'Declaration
     
    
    Public Property ScrollBarCornerRadius As CornerRadius
    public CornerRadius ScrollBarCornerRadius {get; set;}
    See Also