menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollSettings - API Reference

    Show / Hide Table of Contents

    Class ScrollSettings

    Represents the scroll settings of the diagram.

    Inheritance
    System.Object
    ScrollSettings
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class ScrollSettings : BindableObject

    Constructors

    ScrollSettings()

    Initializes a new instance of the ScrollSettings class.

    Declaration
    public ScrollSettings()

    Fields

    AutoScrollLimitProperty

    Represents the bindable property of AutoScrollLimitProperty.

    Declaration
    public static readonly BindableProperty AutoScrollLimitProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    DragLimitProperty

    Represents the bindable property of DragLimitProperty

    Declaration
    public static readonly BindableProperty DragLimitProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    EditableAreaProperty

    Represents the bindable property of EditableAreaProperty.

    Declaration
    public static readonly BindableProperty EditableAreaProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    ScrollableAreaProperty

    Represents the bindable property of ScrollableAreaProperty.

    Declaration
    public static readonly BindableProperty ScrollableAreaProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    ScrollLimitProperty

    Represents the bindable property of ScrollLimitProperty

    Declaration
    public static readonly BindableProperty ScrollLimitProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    AutoScrollLimit

    Gets or sets the autoscroll limit of the diagram.

    Declaration
    public ScrollLimit AutoScrollLimit { get; set; }
    Property Value
    Type Description
    ScrollLimit

    The auto scroll limit of the diagram.

    DragLimit

    Gets or sets the drag limit of the Diagram.

    Declaration
    public ScrollLimit DragLimit { get; set; }
    Property Value
    Type Description
    ScrollLimit

    The drag of the diagram.

    EditableArea

    Gets or sets the editable area of the diagram page.

    Declaration
    public Rectangle EditableArea { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Rectangle

    The editable area of the page.

    ScrollableArea

    Gets or sets the scrollable area of the diagram page.

    Declaration
    public Rectangle ScrollableArea { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Rectangle

    The scrollable area of the page.

    ScrollLimit

    Gets or sets the scroll limit of the diagram.

    Declaration
    public ScrollLimit ScrollLimit { get; set; }
    Property Value
    Type Description
    ScrollLimit

    The scroll limit of the diagram.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved