Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / ScrollViewerContentPresenterClip Class
Members

In This Topic
    ScrollViewerContentPresenterClip Class
    In This Topic
    Element used inside ScrollViewer template in order to provide the appropriate Clip for ScrollContentPresenter.
    Object Model
    ScrollViewerContentPresenterClip Class
    Syntax
    'Declaration
     
    
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ScrollViewerContentPresenterClip 
       Inherits ScrollViewerCornerRadiusBase
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ScrollViewerContentPresenterClip : ScrollViewerCornerRadiusBase 
    Inheritance Hierarchy

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

    See Also