'Declaration
<System.ComponentModel.DefaultValueAttribute(10)> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Layout")> <System.ComponentModel.DescriptionAttribute("The maximum column count allowed when ExpandMode is ColsFixed.")> Public Property ColCount As System.Integer
'Usage
Dim instance As NLegendData Dim value As System.Integer instance.ColCount = value value = instance.ColCount
[System.ComponentModel.DefaultValue(10)] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Layout")] [System.ComponentModel.Description("The maximum column count allowed when ExpandMode is ColsFixed.")] public System.int ColCount {get; set;}