'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The label of the range selection.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property Label As NRangeSelectionLabel
'Usage
Dim instance As NRangeSelection Dim value As NRangeSelectionLabel instance.Label = value value = instance.Label
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The label of the range selection.")] [System.ComponentModel.Editor(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NRangeSelectionLabel Label {get; set;}