CanvasTextAlign
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies the text alignment,
- C#
- VB.NET
public enum CanvasTextAlign : Enum
Public Enum CanvasTextAlign As [Enum]
Fields
| Name | Description |
|---|---|
| Center | The center of the text is placed at the specified position. |
| End | The text ends at the specified position. |
| Left | The text starts at the specified position. |
| Right | The text ends at the specified position. |
| Start | Default. The text starts at the specified position. |
Used By
| Name | Description |
|---|---|
| Canvas.TextAlign | Sets or returns the current alignment for text content, according to the anchor point. |