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