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