'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Whether the cell will use a custom mark size for this item")> Public Property UseCustomMarkSize As System.Boolean
'Usage
Dim instance As NLegendItemCellData Dim value As System.Boolean instance.UseCustomMarkSize = value value = instance.UseCustomMarkSize
[System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Whether the cell will use a custom mark size for this item")] public System.bool UseCustomMarkSize {get; set;}