'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/Sets the arc rendering step when ArcRenderMode is set to Fixed.")> <System.ComponentModel.DefaultValueAttribute(1)> Public Property ArcStep As System.Single
'Usage
Dim instance As NMapArcsShape Dim value As System.Single instance.ArcStep = value value = instance.ArcStep
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/Sets the arc rendering step when ArcRenderMode is set to Fixed.")] [System.ComponentModel.DefaultValue(1)] public System.float ArcStep {get; set;}