'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the text shadow color for inactive caption.")> Public Property InactiveTextShadowColor As System.Drawing.Color
'Usage
Dim instance As NFrameAppearance Dim value As System.Drawing.Color instance.InactiveTextShadowColor = value value = instance.InactiveTextShadowColor
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the text shadow color for inactive caption.")] public System.Drawing.Color InactiveTextShadowColor {get; set;}