menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollSettings - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScrollSettings

    Represents the scroll settings of the diagram.

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

    Constructors

    ScrollSettings(SfDiagram)

    Initializes a new instance of the ScrollSettings class.

    Declaration
    public ScrollSettings(SfDiagram sfdiagram)
    Parameters
    Type Name Description
    SfDiagram sfdiagram

    diagram instance.

    Properties

    AutoScrollLimit

    Gets or sets the auto scroll limit for the diagram page.

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

    The auto scroll limit value.

    DragLimit

    Gets or sets a drag limit for the diagram page

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

    The drag limit for the diagram page.

    EditableArea

    Gets or sets the editable area for the diagram page.

    Declaration
    public RectF EditableArea { get; set; }
    Property Value
    Type Description
    Android.Graphics.RectF

    The editable area for the diagram page.

    ScrollableArea

    Gets or sets the scrollable area for the diagram page.

    Declaration
    public RectF ScrollableArea { get; set; }
    Property Value
    Type Description
    Android.Graphics.RectF

    The scrollable area value.

    ScrollLimit

    Gets or sets the scroll limit for the diagram page

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

    The scroll limit for the diagram page.

    Methods

    Dispose(Boolean)

    Define the dispose method.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    disposing value.

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