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