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

349739fc 9e4a 9954 7498 1229230e4b7f

haplokuon edited this page May 6, 2023 · 1 revision

IsVertical Property

netDxf 3.0.0 Library

Gets or sets the text is vertical.

Definition

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

C#

public bool IsVertical { get; set; }

VB

Public Property IsVertical As Boolean
	Get
	Set

C++

public:
property bool IsVertical {
	bool get ();
	void set (bool value);
}

F#

member IsVertical : bool with get, set

Property Value

Boolean

See Also

Reference

TextStyle Class
netDxf.Tables Namespace

Clone this wiki locally