ACadSharp.Entities.IText - DomCR/ACadSharp GitHub Wiki

IText Class

Common interface for all text entities in the drawing.

Definition

Namespace: ACadSharp.Entities

C#

public interface IText

Properties

Returns Name Summary
Double Height Changes the height of the object.
TextStyle Style Style of this text entity.
String Value Specifies the text string for the entity.