menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IWTextBox - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IWTextBox

    Represents the text box.

    Inherited Members
    IEntity.Clone()
    IEntity.Document
    IEntity.EntityType
    IEntity.IsComposite
    IEntity.NextSibling
    IEntity.Owner
    IEntity.PreviousSibling
    IParagraphItem.IsDeleteRevision
    IParagraphItem.IsInsertRevision
    IParagraphItem.OwnerParagraph
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public interface IWTextBox : IParagraphItem, ICompositeEntity, IEntity

    Properties

    ChildEntities

    Gets the child elements of the text box. Read-only.

    Declaration
    EntityCollection ChildEntities { get; }
    Property Value
    Type Description
    EntityCollection

    The collection of child elements.

    Name

    Gets or sets the name of the text box.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String

    The string that represents the name.

    TextBoxBody

    Gets the text body of the text box. Read-only.

    Declaration
    WTextBody TextBoxBody { get; }
    Property Value
    Type
    WTextBody

    TextBoxFormat

    Gets or sets the text box format.

    Declaration
    WTextBoxFormat TextBoxFormat { get; set; }
    Property Value
    Type
    WTextBoxFormat

    Visible

    Gets or sets a value indicating whether this WTextBox is visible.

    Declaration
    bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if visible; otherwise, false.

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