Gets or sets the display color for the shadow at the left and the top edge of the pages.
public System.Windows.Media.Color LightShadowColor { get; set; }
The following example uses the Light
TXTextControl.WPF.TextControlColors colors = new TXTextControl.WPF.TextControlColors();
colors.DesktopColor = System.Windows.Media.Colors.White;
colors.LightShadowColor = System.Windows.Media.Colors.Yellow;