menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class Rect

    This struct is used to set Rect bounds values.

    Inheritance
    System.Object
    Rect
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public sealed class Rect : ValueType

    Properties

    Bottom

    Gets or sets double value that indicates bottom value of the Rect.

    Declaration
    public double Bottom { get; set; }
    Property Value
    Type
    System.Double

    Left

    Gets or sets double value that indicates left value of the Rect.

    Declaration
    public double Left { get; set; }
    Property Value
    Type
    System.Double

    Right

    Gets or sets double value that indicates right value of the Rect.

    Declaration
    public double Right { get; set; }
    Property Value
    Type
    System.Double

    Top

    Gets or sets double value that indicates top value of the Rect.

    Declaration
    public double Top { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved