'Declaration<System.ComponentModel.DescriptionAttribute("Gets/sets the glyph entry for this style.")> Public Property Glyph As NUIShape
'UsageDim instance As NThemeStyle Dim value As NUIShape instance.Glyph = value value = instance.Glyph
[System.ComponentModel.Description("Gets/sets the glyph entry for this style.")] public NUIShape Glyph {get; set;}