This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
2882d3df 0529 0e95 6192 b82800223f63
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the paragraph line vertical alignment.
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
MTextParagraphVerticalAlignment
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.