'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines the aspect (width/height) ratio of the layout. By default set to 1 which layouts the nodes in a circle.")> <System.ComponentModel.DefaultValueAttribute(1)> Public Property AspectRatio As System.Single
'Usage
Dim instance As NCircularGraphLayout Dim value As System.Single instance.AspectRatio = value value = instance.AspectRatio
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines the aspect (width/height) ratio of the layout. By default set to 1 which layouts the nodes in a circle.")] [System.ComponentModel.DefaultValue(1)] public System.float AspectRatio {get; set;}