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

In This Topic
    ScrollViewerCornerRadiusBuilder Class
    In This Topic
    Element used inside ScrollViewer template in order to provide the appropriate CornerRadius for the scrollbars.
    Object Model
    ScrollViewerCornerRadiusBuilder 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 Class ScrollViewerCornerRadiusBuilder 
       Inherits ScrollViewerCornerRadiusBase
    [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 class ScrollViewerCornerRadiusBuilder : ScrollViewerCornerRadiusBase 
    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.ScrollViewerCornerRadiusBuilder

    See Also