'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the NSkinImageShape instance which describes the background.")> Public Property Glyph As NSkinImageShape
'Usage
Dim instance As NSkinState Dim value As NSkinImageShape instance.Glyph = value value = instance.Glyph
[System.ComponentModel.Description("Gets/sets the NSkinImageShape instance which describes the background.")] public NSkinImageShape Glyph {get; set;}