Skip to main content
Version: 3.5

CanvasTextBaseline

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the text baseline used when drawing text.

public enum CanvasTextBaseline : Enum

Fields

NameDescription
AlphabeticDefault. The text baseline is the normal alphabetic baseline.
BottomThe text baseline is the bottom of the bounding box.
HangingThe text baseline is the hanging baseline.
IdeographicThe text baseline is the ideographic baseline.
MiddleThe text baseline is the middle of the em square.
TopThe text baseline is the top of the em square.

Used By

NameDescription
Canvas.TextBaselineSets or returns the current text baseline used when drawing text.