'Declaration
<System.Xml.Serialization.XmlArrayAttribute()> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("An array of possible initial label locations that are used by the label layout system.")> Public Property LabelLocations As LabelLocation()
'Usage
Dim instance As NSeriesLabelLayoutSettings Dim value() As LabelLocation instance.LabelLocations = value value = instance.LabelLocations
[System.Xml.Serialization.XmlArray()] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("An array of possible initial label locations that are used by the label layout system.")] public LabelLocation[] LabelLocations {get; set;}