'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the start angle for the children of the root vertex, measured in degrees counter clockwise from the x-axis.")> <System.ComponentModel.DefaultValueAttribute(0)> Public Property StartAngle As System.Single
'Usage
Dim instance As NBalloonTreeLayout Dim value As System.Single instance.StartAngle = value value = instance.StartAngle
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the start angle for the children of the root vertex, measured in degrees counter clockwise from the x-axis.")] [System.ComponentModel.DefaultValue(0)] public System.float StartAngle {get; set;}