Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / ScrollViewerCornerRadiusBuilder Class / Output Property

In This Topic
    Output Property (ScrollViewerCornerRadiusBuilder)
    In This Topic
    Gets the resulting CornerRadius that will be used in the scrollbar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Output As CornerRadius
    public CornerRadius Output {get;}
    See Also