'Declaration
<System.ComponentModel.CategoryAttribute("Text")> <System.ComponentModel.DescriptionAttribute("Contour label style format string.")> <System.ComponentModel.DefaultValueAttribute("0.00")> Public Property Format As System.String
'Usage
Dim instance As NContourLabelStyle Dim value As System.String instance.Format = value value = instance.Format
[System.ComponentModel.Category("Text")] [System.ComponentModel.Description("Contour label style format string.")] [System.ComponentModel.DefaultValue("0.00")] public System.string Format {get; set;}