Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextFrame

    Show / Hide Table of Contents

    Class TextFrame

    Represents the text frame in the Shape.

    Inheritance
    System.Object
    OwnerHolder
    TextFrame
    Inherited Members
    OwnerHolder.m_doc
    OwnerHolder.Document
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.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 Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved