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

a8ae62d6 d7a0 b681 441b 1731c32d0cce

haplokuon edited this page May 6, 2023 · 1 revision

Italic Property

netDxf 3.0.0 Library

Gets or sets if the text is italic.

Definition

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

C#

public bool Italic { get; set; }

VB

Public Property Italic As Boolean
	Get
	Set

C++

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

F#

member Italic : bool with get, set

Property Value

Boolean

Remarks

The font style must support italic characters.

See Also

Reference

MTextFormattingOptions Class
netDxf.Entities Namespace

Clone this wiki locally