Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverviewPanel - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OverviewPanel

    Overview Panel class.

    Inheritance
    System.Object
    OverviewPanel
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class OverviewPanel : UIView

    Constructors

    OverviewPanel()

    Initializes a new instance of the OverviewPanel class.

    Declaration
    public OverviewPanel()

    Properties

    Frame

    Gets or sets the frame.

    Declaration
    public override CGRect Frame { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGRect

    The frame.

    Height

    Gets or sets the height.

    Declaration
    public nfloat Height { get; set; }
    Property Value
    Type Description
    System.nfloat

    The height.

    Hidden

    Gets or sets the Hidden.

    Declaration
    public override bool Hidden { get; set; }
    Property Value
    Type Description
    System.Boolean

    The Hidden.

    PreventRefresh

    Gets or sets a value indicating whether this Syncfusion.SfDiagram.iOS.Overview prevent refresh.

    Declaration
    public bool PreventRefresh { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if prevent refresh; otherwise, false.

    ViewportRect

    Gets or sets the helper rectangle.

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

    The helper rectangle.

    Width

    Gets or sets the width.

    Declaration
    public nfloat Width { get; set; }
    Property Value
    Type Description
    System.nfloat

    The width.

    Methods

    Clear()

    Clear the overview.

    Declaration
    public void Clear()

    Dispose(Boolean)

    Dispose the specified disposing.

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

    If set to true disposing.

    ForceRefresh()

    Forces the refresh.

    Declaration
    public void ForceRefresh()

    LayoutSubviews()

    Layouts the sub views.

    Declaration
    public override void LayoutSubviews()

    RemoveFromSuperview()

    Removes from super view.

    Declaration
    public override void RemoveFromSuperview()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved