'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the begin angle of the pie segments.")> <System.ComponentModel.DefaultValueAttribute(0)> Public Property BeginAngle As System.Single
'Usage
Dim instance As NPieChart Dim value As System.Single instance.BeginAngle = value value = instance.BeginAngle
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the begin angle of the pie segments.")] [System.ComponentModel.DefaultValue(0)] public System.float BeginAngle {get; set;}