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