Class ScrollSettings
Represents the scroll settings of the diagram.
Inheritance
System.Object
ScrollSettings
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.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 | the diagram. |
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 CGRect EditableArea { get; set; }
Property Value
| Type | Description |
|---|---|
| CoreGraphics.CGRect | The editable area for the diagram page. |
ScrollableArea
Gets or sets the scrollable area for the diagram page.
Declaration
public CGRect ScrollableArea { get; set; }
Property Value
| Type | Description |
|---|---|
| CoreGraphics.CGRect | 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. |