'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Whether the cell will always include the mark size in measurement regardless of whether it has a mark or not")> Public Property AlwaysIncludeMarkSize As System.Boolean
'Usage
Dim instance As NLegendItemCellData Dim value As System.Boolean instance.AlwaysIncludeMarkSize = value value = instance.AlwaysIncludeMarkSize
[System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Whether the cell will always include the mark size in measurement regardless of whether it has a mark or not")] public System.bool AlwaysIncludeMarkSize {get; set;}