'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/Sets the arc render mode.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property ArcRenderMode As ArcRenderMode
'Usage
Dim instance As NMapArcsShape Dim value As ArcRenderMode instance.ArcRenderMode = value value = instance.ArcRenderMode
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/Sets the arc render mode.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ArcRenderMode ArcRenderMode {get; set;}