[]
Specifies the effect for how the text is drawn on a graphics surface, such as: Flat, 3D, and so on.
public enum TextEffect
Public Enum TextEffect
Name | Description |
---|---|
Flat | Text is drawn with no 3D effect (default). |
Inset | Text is drawn with a heavy inset effect. |
InsetLite | Text is drawn with a light inset effect. |
Raised | Text is drawn with a heavy raised effect. |
RaisedLite | Text is drawn with a light raised effect. |