GoXam for WPF v3
AspectRatio Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
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
C#
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