Interface IArcSegment
Represents the region between a chord of a circle and its associated arc.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.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 |
---|
System.Windows.Size |
SweepDirection
Gets or sets whether the arc is drawn in the Clockwise or Counterclockwise direction
Declaration
SweepDirection SweepDirection { get; set; }
Property Value
Type |
---|
System.Windows.Media.SweepDirection |