Skip to content

ACadSharp.Entities.IText

Albert Domenech edited this page Jul 15, 2024 · 3 revisions

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.
Clone this wiki locally