'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Specifies the rendering mode of map arc labels.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property LabelRenderMode As ArcLabelRenderMode
'Usage
Dim instance As NMapArcsShape Dim value As ArcLabelRenderMode instance.LabelRenderMode = value value = instance.LabelRenderMode
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Specifies the rendering mode of map arc labels.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ArcLabelRenderMode LabelRenderMode {get; set;}