CanvasTextAlign

Wisej.Web.CanvasTextAlign

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Specifies the text alignment,

public enum CanvasTextAlign : 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

Sets or returns the current alignment for text content, according to the anchor point.

Last updated