GoXam for WPF v3
AspectRatio Property
Northwoods.GoXam.Layout Namespace > CircularLayout Class : AspectRatio Property
Gets or sets the ratio of the arrangement's height to its width (1 for a circle, >1 for a vertically elongated ellipse).
Syntax
public double AspectRatio {get; set;}

Property Value

This is 1 by default. The value must be a positive number.
Remarks
Modifying this value changes the height, but keeps the width and the Radius constant.
See Also

Reference

CircularLayout Class
CircularLayout Members