'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the glyph will be displayed.")> Public Overridable Property DisplayGlyph As System.Boolean
'Usage
Dim instance As NGlyphItem Dim value As System.Boolean instance.DisplayGlyph = value value = instance.DisplayGlyph
[System.ComponentModel.Description("Gets/sets a value indicating whether the glyph will be displayed.")] public virtual System.bool DisplayGlyph {get; set;}