Class Text
Inherited Members
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 SourceText(TextBuffer)
Declaration
public Text(TextBuffer tb)
Parameters
Type | Name | Description |
---|---|---|
TextBuffer | tb |
Properties
| Improve this Doc View SourceContents
The Contents of the string
Declaration
public string Contents { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
The Height of the text
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IsAnnotative
True if the text is annotative
Declaration
public bool IsAnnotative { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsBackwards
True if the text is rendered backwards
Declaration
public bool IsBackwards { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUpsideDown
True if the text is UpsideDown
Declaration
public bool IsUpsideDown { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Justify
The JustifyOptions Option
Declaration
public JustifyOptions Justify { get; set; }
Property Value
Type | Description |
---|---|
JustifyOptions |
Obliquing
The obliquing of the text (Italics)
Declaration
public double Obliquing { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PositionVertex
The Position Vector of the text
Declaration
public Vertex PositionVertex { get; set; }
Property Value
Type | Description |
---|---|
Vertex |
Rotation
The rotation of the text (Degrees)
Declaration
public double Rotation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TextStyle
The TextStyle of the entity
Declaration
public Style TextStyle { get; set; }
Property Value
Type | Description |
---|---|
Style |
WidthFactor
The width Factor
Declaration
public double WidthFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Events
| Improve this Doc View SourcePropertyChanged
Public Event that occurs if a property changes
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged