Class ScrollSettings
Represents the scroll settings of the diagram.
Inheritance
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 |
---|
Xamarin.Forms.BindableProperty |
DragLimitProperty
Represents the bindable property of DragLimitProperty
Declaration
public static readonly BindableProperty DragLimitProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
EditableAreaProperty
Represents the bindable property of EditableAreaProperty.
Declaration
public static readonly BindableProperty EditableAreaProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ScrollableAreaProperty
Represents the bindable property of ScrollableAreaProperty.
Declaration
public static readonly BindableProperty ScrollableAreaProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ScrollLimitProperty
Represents the bindable property of ScrollLimitProperty
Declaration
public static readonly BindableProperty ScrollLimitProperty
Field Value
Type |
---|
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. |