Class TextFrame
Represents the text frame in the Shape.
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: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class TextFrame : OwnerHolder
Fields
m_propertiesHash
Member to hold the collection of properties values and its keys.
Declaration
protected Dictionary<int, object> m_propertiesHash
Field Value
Type |
---|
System.Collections.Generic.Dictionary<System.Int32, System.Object> |
Properties
Item[Int32]
Gets or sets the value for the property with specified key.
Declaration
protected object this[int key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | key | The key for the property. |
Property Value
Type | Description |
---|---|
System.Object | An object with the specific key. |
TextDirection
Gets or sets the direction of the text in the Shape.
Declaration
public TextDirection TextDirection { get; set; }
Property Value
Type | Description |
---|---|
TextDirection | The TextDirection member that specifies the direction of text. |
TextVerticalAlignment
Gets or sets the vertical alignment of the text.
Declaration
public VerticalAlignment TextVerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
VerticalAlignment | The VerticalAlignment member that specifies the text vertical alignment. |