Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / ScrollViewerCornerRadiusBase Class
Members

In This Topic
    ScrollViewerCornerRadiusBase Class
    In This Topic
    Element used inside ScrollViewer template in order to provide the appropriate CornerRadius for the scrollbars and scroll content presenter.
    Object Model
    ScrollViewerCornerRadiusBase Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class ScrollViewerCornerRadiusBase 
       Inherits System.Windows.FrameworkElement
    public abstract class ScrollViewerCornerRadiusBase : System.Windows.FrameworkElement 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                C1.Silverlight.ScrollViewerCornerRadiusBase
                   C1.Silverlight.ScrollViewerContentPresenterClip
                   C1.Silverlight.ScrollViewerCornerRadiusBuilder

    See Also