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