Class ViewportRect
Helper rectangle.
Inheritance
System.Object
ViewportRect
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public class ViewportRect : Object
Constructors
ViewportRect(OverviewPanel)
Initializes a new instance of the ViewportRect class.
Declaration
public ViewportRect(OverviewPanel overview)
Parameters
Type | Name | Description |
---|---|---|
OverviewPanel | overview | overview panel instance. |
Properties
StartX
Gets or sets the start x.
Declaration
public nfloat StartX { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The start x. |
StartY
Gets or sets the start y.
Declaration
public nfloat StartY { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The start y. |
StrokeColor
Gets or sets the color.
Declaration
public UIColor StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color. |