'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the NavigationGlyph to be displayed.")> Public Property Glyph As NavigationGlyph
'Usage
Dim instance As NNavigationGlyphShape Dim value As NavigationGlyph instance.Glyph = value value = instance.Glyph
[System.ComponentModel.Description("Gets/sets the NavigationGlyph to be displayed.")] public NavigationGlyph Glyph {get; set;}