menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IArcSegment - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IArcSegment

    Represents the region between a chord of a circle and its associated arc.

    Inherited Members
    IConnectorSegment.BezierSmoothness
    IConnectorSegment.Constraints
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IArcSegment : IConnectorSegment, INotifyPropertyChanged

    Properties

    IsLargeArc

    Gets or sets a value whether the arc should be greater than 180 degrees.

    Declaration
    bool IsLargeArc { get; set; }
    Property Value
    Type
    System.Boolean

    RotationAngle

    Gets or sets Rotate Angle of the arcsegment

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

    Size

    Gets or sets X and Y radius of the arcsegment

    Declaration
    Size Size { get; set; }
    Property Value
    Type
    Windows.Foundation.Size

    SweepDirection

    Gets or sets whether the arc is drawn in the Clockwise or Counterclockwise direction

    Declaration
    SweepDirection SweepDirection { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.SweepDirection

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved