'Declaration
<System.ComponentModel.DescriptionAttribute("Determines whether the text will have a shadow in this state.")> Public Property TextShadow As System.Boolean
'Usage
Dim instance As NSkinState Dim value As System.Boolean instance.TextShadow = value value = instance.TextShadow
[System.ComponentModel.Description("Determines whether the text will have a shadow in this state.")] public System.bool TextShadow {get; set;}