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