menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ArcSegment

    Represents an Arc segment.

    Inheritance
    System.Object
    Segment
    ArcSegment
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class ArcSegment : Segment

    Constructors

    ArcSegment()

    Declaration
    public ArcSegment()

    Properties

    Height

    Gets or sets the height of the Arc.

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

    StartAngle

    Gets or sets the starting angle of the Arc.

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

    SweepAngle

    Gets or sets the sweep angle of the Arc.

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

    Width

    Gets or sets the width of the Arc.

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

    X

    Gets or sets the X position of the Arc.

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

    Y

    Gets or sets the Y position of the Arc.

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