Gets/Sets the color to use when rendering text shadow when button is pressed

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public Color PressedTextShadowColor { get; set; }

Property Value

Type: Color

Remarks

Remove the TextShadow flag from RenderStyle to turn off text shadows.

See Also