Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

ddbe782d 6e25 b0aa 88ef af15d0c53994

haplokuon edited this page May 6, 2023 · 1 revision

TextAlignment Enumeration

netDxf 3.0.0 Library

Defines the text alignment.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public enum TextAlignment

VB

Public Enumeration TextAlignment

C++

public enum class TextAlignment

F#

type TextAlignment

Members

TopLeft 0 Top left.
TopCenter 1 Top center.
TopRight 2 Top right.
MiddleLeft 3 Middle left.
MiddleCenter 4 Middle center (uses the center of the text as uppercase characters).
MiddleRight 5 Middle right.
BottomLeft 6 Bottom left.
BottomCenter 7 Bottom center.
BottomRight 8 Bottom right.
BaselineLeft 9 Baseline left.
BaselineCenter 10 Baseline center.
BaselineRight 11 Baseline right.
Aligned 12 Aligned.
Middle 13 Middle (uses the center of the text including descenders).
Fit 14 Fit.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally