GoXam for WPF v3
SweepAngle Property
Northwoods.GoXam.Layout Namespace > CircularLayout Class : SweepAngle Property
Gets or sets the absolute angle (in degrees) between the first and last node.
Syntax
public double SweepAngle {get; set;}

Property Value

The default value is 360. The value must be greater than zero and less than or equal to 360. If it is not in this range, it will be automatically set to 360.
Remarks
Whether the arrangement is clockwise or counterclockwise does not depend on the sign of this value. The direction can be controlled by setting Direction. If 360 is the specified value, the actual value will be less to keep the first and last elements from overlapping, and the spacing between the first and last nodes will be determined the same way as for all other adjacent nodes.
See Also

Reference

CircularLayout Class
CircularLayout Members