System.Windows.Forms.VisualStyles.TextShadowType Enumeration

Specifies the type of shadow to add to text.

Syntax

public enum TextShadowType

Remarks

The System.Windows.Forms.VisualStyles.TextShadowType values represent the return values of the VisualStyleRenderer.GetEnumValue(EnumProperty) method when it is called with an argument value of EnumProperty.TextShadowType.

Members

Member NameDescription
Continuous

A continuous shadow is drawn.

None

No shadow is drawn.

Single

A single shadow is drawn.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0