menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class RectSegment

    Represents a rectangle segment.

    Inheritance
    System.Object
    Segment
    RectSegment
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public class RectSegment : Segment

    Constructors

    RectSegment()

    Declaration
    public RectSegment()

    Properties

    Bounds

    Gets or sets represents the bounds of the rectangle segment.

    Declaration
    public Rectangle Bounds { get; set; }
    Property Value
    Type
    System.Drawing.Rectangle

    CornerHeight

    Gets or sets the corner height of the rectangle.

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

    CornerWidth

    Gets or sets the corner width of the rectangle.

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

    Height

    Gets or sets the height of the rectangle segment.

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

    Width

    Gets or sets the width of the rectangle segment.

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

    X

    Gets or sets the X position of the rectangle.

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

    Y

    Gets or sets the Y position of the rectangle.

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