Show / Hide Table of Contents

Class MText

Multiline Text

Inheritance
System.Object
Entity
MText
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 MText : Entity, IText, INotifyPropertyChanged

Constructors

| Improve this Doc View Source

MText(MTextBuffer)

Multiline Text Constructor

Declaration
public MText(MTextBuffer tb)
Parameters
Type Name Description
MTextBuffer tb

Properties

| Improve this Doc View Source

Contents

Contents of the string

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

DrawDirection

Draw Direction of the text

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

Height

Height of the text

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

IsAnnotative

Is annotative Flag

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

Justify

Justify Options

Declaration
public JustifyOptions Justify { get; set; }
Property Value
Type Description
JustifyOptions
| 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

ReferenceRectangleWidth

The width of the reference rectangle

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

Rotation

Rotation of the text in radians

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

TextStyle

The Text Style

Declaration
public Style TextStyle { get; set; }
Property Value
Type Description
Style

Events

| Improve this Doc View Source

PropertyChanged

Property Changed Event

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