'Declaration
<System.ComponentModel.CategoryAttribute("Custom Labels")> <System.ComponentModel.DescriptionAttribute("Controls the offset of the custom labels level on the scale.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CustomLabels As NCustomLabelCollection
'Usage
Dim instance As NScaleConfigurator Dim value As NCustomLabelCollection instance.CustomLabels = value value = instance.CustomLabels
[System.ComponentModel.Category("Custom Labels")] [System.ComponentModel.Description("Controls the offset of the custom labels level on the scale.")] [System.Xml.Serialization.XmlIgnore()] public NCustomLabelCollection CustomLabels {get; set;}