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 SourceContents
The String Contents
Declaration
string Contents { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
The Text Height
Declaration
double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IsAnnotative
True if is annotative
Declaration
bool IsAnnotative { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Justify
The Justify Option JustifyOptions
Declaration
JustifyOptions Justify { get; set; }
Property Value
Type | Description |
---|---|
JustifyOptions |
PositionVertex
The Position Vertex of the text
Declaration
Vertex PositionVertex { get; set; }
Property Value
Type | Description |
---|---|
Vertex |
Rotation
The Rotation of the text
Declaration
double Rotation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TextStyle
The Text Style Style
Declaration
Style TextStyle { get; set; }
Property Value
Type | Description |
---|---|
Style |