Show / Hide Table of Contents

Interface IText

Public interface for Text Entities

Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: Dxflib.Entities.Text
Assembly: Dxflib.dll
Syntax
public interface IText : INotifyPropertyChanged

Properties

| Improve this Doc View Source

Contents

The String Contents

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

Height

The Text Height

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

IsAnnotative

True if is annotative

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

Justify

The Justify Option JustifyOptions

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

PositionVertex

The Position Vertex of the text

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

Rotation

The Rotation of the text

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

TextStyle

The Text Style Style

Declaration
Style TextStyle { get; set; }
Property Value
Type Description
Style
  • Improve this Doc
  • View Source
Back to top Generated by DocFX