WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExtendedScrollingAdorner

    Show / Hide Table of Contents

    Class ExtendedScrollingAdorner

    Inheritance
    System.Object
    ExtendedScrollingAdorner
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class ExtendedScrollingAdorner : Adorner

    Constructors

    ExtendedScrollingAdorner(UIElement)

    Declaration
    public ExtendedScrollingAdorner(UIElement adornedElement)
    Parameters
    Type Name Description
    System.Windows.UIElement adornedElement

    Properties

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    System.Boolean

    VisualChildrenCount

    Declaration
    protected override int VisualChildrenCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetVisualChild(Int32)

    Declaration
    protected override Visual GetVisualChild(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Windows.Media.Visual
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved