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

2882d3df 0529 0e95 6192 b82800223f63

haplokuon edited this page May 6, 2023 · 1 revision

VerticalAlignment Property

netDxf 3.0.0 Library

Gets or sets the paragraph line vertical alignment.

Definition

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

C#

public MTextParagraphVerticalAlignment VerticalAlignment { get; set; }

VB

Public Property VerticalAlignment As MTextParagraphVerticalAlignment
	Get
	Set

C++

public:
property MTextParagraphVerticalAlignment VerticalAlignment {
	MTextParagraphVerticalAlignment get ();
	void set (MTextParagraphVerticalAlignment value);
}

F#

member VerticalAlignment : MTextParagraphVerticalAlignment with get, set

Property Value

MTextParagraphVerticalAlignment

Remarks

The vertical alignment affects how fractions, superscripts, subscripts, and characters of different heights are placed in a paragraph line. By default the paragraph vertical alignment is Center.

See Also

Reference

MTextParagraphOptions Class
netDxf.Entities Namespace

Clone this wiki locally