'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/Sets the format string of the map arcs labels.")> Public Property FormatString As System.String
'Usage
Dim instance As NMapArcsShape Dim value As System.String instance.FormatString = value value = instance.FormatString
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/Sets the format string of the map arcs labels.")] public System.string FormatString {get; set;}