Skip to main content
Version: 3.5

CanvasTextAlign

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the text alignment,

public enum CanvasTextAlign : Enum

Fields

NameDescription
CenterThe center of the text is placed at the specified position.
EndThe text ends at the specified position.
LeftThe text starts at the specified position.
RightThe text ends at the specified position.
StartDefault. The text starts at the specified position.

Used By

NameDescription
Canvas.TextAlignSets or returns the current alignment for text content, according to the anchor point.