CanvasTextBaseline
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies the text baseline used when drawing text.
- C#
- VB.NET
public enum CanvasTextBaseline : Enum
Public Enum CanvasTextBaseline As [Enum]
Fields
| Name | Description |
|---|---|
| Alphabetic | Default. The text baseline is the normal alphabetic baseline. |
| Bottom | The text baseline is the bottom of the bounding box. |
| Hanging | The text baseline is the hanging baseline. |
| Ideographic | The text baseline is the ideographic baseline. |
| Middle | The text baseline is the middle of the em square. |
| Top | The text baseline is the top of the em square. |
Used By
| Name | Description |
|---|---|
| Canvas.TextBaseline | Sets or returns the current text baseline used when drawing text. |