TextShadowType Enumeration
.NET Framework (current version)
Specifies the type of shadow to add to text.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 2.0
Show: