menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class OverviewPanel

    Represents a OverviewPanel in the diagram.

    Inheritance
    System.Object
    OverviewPanel
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public class OverviewPanel : ViewGroup

    Constructors

    OverviewPanel(Context)

    Initializes a new instance of the OverviewPanel class.

    Declaration
    public OverviewPanel(Context context)
    Parameters
    Type Name Description
    Android.Content.Context context

    The context.

    Properties

    BorderColor

    Gets or sets the border color of the overview container.

    Declaration
    public Color BorderColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    BorderWidth

    Gets or sets the border size of the overview container.

    Declaration
    public float BorderWidth { get; set; }
    Property Value
    Type
    System.Single

    Height

    Gets or sets the height of the overview container.

    Declaration
    public int Height { get; set; }
    Property Value
    Type
    System.Int32

    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 used inside the overview container.

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

    Width

    Gets or sets the width of the overview container.

    Declaration
    public int Width { get; set; }
    Property Value
    Type
    System.Int32

    Methods

    Clear()

    Clear the overview.

    Declaration
    public void Clear()

    Dispose()

    Add the dispose method.

    Declaration
    public void Dispose()

    ForceRefresh()

    Forces the refresh.

    Declaration
    public void ForceRefresh()

    OnDraw(Canvas)

    overview draw method.

    Declaration
    protected override void OnDraw(Canvas canvas)
    Parameters
    Type Name Description
    Android.Graphics.Canvas canvas

    canvas value.

    OnLayout(Boolean, Int32, Int32, Int32, Int32)

    Override method for layout.

    Declaration
    protected override void OnLayout(bool changed, int l, int t, int r, int b)
    Parameters
    Type Name Description
    System.Boolean changed

    changed value.

    System.Int32 l

    l value.

    System.Int32 t

    t value.

    System.Int32 r

    r value.

    System.Int32 b

    b value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved