Basic Library for WPF and Silverlight | ComponentOne
C1.WPF 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
     
    
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class ScrollViewerCornerRadiusBase 
       Inherits System.Windows.FrameworkElement
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class ScrollViewerCornerRadiusBase : System.Windows.FrameworkElement 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      C1.WPF.ScrollViewerCornerRadiusBase
                         C1.WPF.ScrollViewerContentPresenterClip
                         C1.WPF.ScrollViewerCornerRadiusBuilder

    See Also