TextShadowType Enumeration

 

Specifies the type of shadow to add to text.

Namespace:   System.Windows.Forms.VisualStyles
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public enum class TextShadowType

Member nameDescription
Continuous

A continuous shadow is drawn.

None

No shadow is drawn.

Single

A single shadow is drawn.

The TextShadowType values represent the return values of the VisualStyleRenderer::GetEnumValue method when it is called with an argument value of EnumProperty::TextShadowType.

.NET Framework
Available since 2.0
Return to top
Show: