'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the NSkinColor instance containing color entries for the current state.")> Public Property Color As NSkinColor
'Usage
Dim instance As NSkinState Dim value As NSkinColor instance.Color = value value = instance.Color
[System.ComponentModel.Description("Gets/sets the NSkinColor instance containing color entries for the current state.")] public NSkinColor Color {get; set;}