Class OverviewPanel
Overview.
Inheritance
System.Object
OverviewPanel
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class OverviewPanel : View
Constructors
OverviewPanel()
Initializes a new instance of the OverviewPanel class.
Declaration
public OverviewPanel()
Fields
HeightProperty
Represents the bindable property of HeightProperty.
Declaration
public static readonly BindableProperty HeightProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
PreventRefreshProperty
Represents the bindable property of PreventRefreshProperty.
Declaration
public static readonly BindableProperty PreventRefreshProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ViewportRectProperty
Represents the bindable property of ViewportRectProperty.
Declaration
public static readonly BindableProperty ViewportRectProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
WidthProperty
Represents the bindable property of WidthProperty.
Declaration
public static readonly BindableProperty WidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Height
Gets or sets the height.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The height. |
HeightRequest
Gets or sets the height request.
Declaration
public double HeightRequest { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The height request. |
PreventRefresh
Gets or sets a value indicating whether this Syncfusion.SfDiagram.XForms.Overview prevent refresh.
Declaration
public bool PreventRefresh { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ViewportRect
Gets or sets the helper rect.
Declaration
public ViewportRect ViewportRect { get; set; }
Property Value
Type | Description |
---|---|
ViewportRect | The helper rect. |
Width
Gets or sets the width.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width. |
WidthRequest
Gets or sets the width request.
Declaration
public double WidthRequest { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width request. |
Methods
Clear()
Clear this Diagram in overview panel.
Declaration
public void Clear()
ForceRefresh()
Forces the refresh.
Declaration
public void ForceRefresh()