TextShadowType Enum

Definition

Specifies the type of shadow to add to text.

public enum class TextShadowType
public enum TextShadowType
type TextShadowType = 
Public Enum TextShadowType
Inheritance
TextShadowType

Fields

Continuous 2

A continuous shadow is drawn.

None 0

No shadow is drawn.

Single 1

A single shadow is drawn.

Remarks

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

Applies to