'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether a text shadow will be simulated.")> Public Property TextShadow As System.Boolean
'Usage
Dim instance As NFrameAppearance Dim value As System.Boolean instance.TextShadow = value value = instance.TextShadow
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets a value indicating whether a text shadow will be simulated.")] public System.bool TextShadow {get; set;}