Show / Hide Table of Contents

Class Text

Inheritance
System.Object
Entity
Text
Implements
IText
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Entity.EntityType
Entity.Handle
Entity.ReferencedEntities
Entity.HasReferencedEntities
Entity.LayerName
Entity.UpdateReferencedEntities()
Entity.LayerChanged
Entity.OnLayerChanged(LayerChangedHandlerArgs)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dxflib.Entities.Text
Assembly: Dxflib.dll
Syntax
public class Text : Entity, IText, INotifyPropertyChanged

Constructors

| Improve this Doc View Source

Text(TextBuffer)

Declaration
public Text(TextBuffer tb)
Parameters
Type Name Description
TextBuffer tb

Properties

| Improve this Doc View Source

Contents

The Contents of the string

Declaration
public string Contents { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Height

The Height of the text

Declaration
public double Height { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

IsAnnotative

True if the text is annotative

Declaration
public bool IsAnnotative { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsBackwards

True if the text is rendered backwards

Declaration
public bool IsBackwards { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUpsideDown

True if the text is UpsideDown

Declaration
public bool IsUpsideDown { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Justify

The JustifyOptions Option

Declaration
public JustifyOptions Justify { get; set; }
Property Value
Type Description
JustifyOptions
| Improve this Doc View Source

Obliquing

The obliquing of the text (Italics)

Declaration
public double Obliquing { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

PositionVertex

The Position Vector of the text

Declaration
public Vertex PositionVertex { get; set; }
Property Value
Type Description
Vertex
| Improve this Doc View Source

Rotation

The rotation of the text (Degrees)

Declaration
public double Rotation { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

TextStyle

The TextStyle of the entity

Declaration
public Style TextStyle { get; set; }
Property Value
Type Description
Style
| Improve this Doc View Source

WidthFactor

The width Factor

Declaration
public double WidthFactor { get; set; }
Property Value
Type Description
System.Double

Events

| Improve this Doc View Source

PropertyChanged

Public Event that occurs if a property changes

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

IText
System.ComponentModel.INotifyPropertyChanged
  • Improve this Doc
  • View Source
Back to top Generated by DocFX