menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    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.

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