menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextBoxFormat - API Reference

    Show / Hide Table of Contents

    Class TextBoxFormat

    Summary description for TextBoxFormat.

    Inheritance
    System.Object
    EntityBase
    XDLSSerializableBase
    FormatBase
    TextBoxFormat
    Implements
    IEntityBase
    IXDLSSerializable
    Inherited Members
    FormatBase.m_keysOffset
    FormatBase.ImportContainer(FormatBase)
    FormatBase.ImportMembers(FormatBase)
    FormatBase.HasKey(Int32)
    FormatBase.GetDefComposite(Int32)
    FormatBase.EnsureComposites()
    FormatBase.EnsureComposites(Int32[])
    FormatBase.GetBaseKey(Int32)
    FormatBase.GetFullKey(Int32)
    FormatBase.GetDefComposite(Int32, FormatBase)
    FormatBase.IsDefault
    FormatBase.PropertiesHash
    FormatBase.Item[Int32]
    XDLSSerializableBase.m_id
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.InitXDLSHolder()
    XDLSSerializableBase.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.XDLSHolder
    EntityBase.SetOwner(IEntityBase)
    EntityBase.Owner
    EntityBase.Document
    EntityBase.DocumentEx
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class TextBoxFormat : FormatBase, IEntityBase, IXDLSSerializable

    Constructors

    TextBoxFormat()

    Declaration
    public TextBoxFormat()

    Properties

    FillColor

    Get/set fill color for textbox

    Declaration
    public Color FillColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Height

    Get/set textbox height

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single

    HorizontalOrigin

    Get/set horizontal origin

    Declaration
    public HorizontalOrigin HorizontalOrigin { get; set; }
    Property Value
    Type Description
    HorizontalOrigin

    LineColor

    Get/set line color.

    Declaration
    public Color LineColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    LineStyle

    Get/set tetxbox linestyle

    Declaration
    public TextBoxLineStyle LineStyle { get; set; }
    Property Value
    Type Description
    TextBoxLineStyle

    TextWrappingStyle

    Get/set text Wrapping style

    Declaration
    public TextWrappingStyle TextWrappingStyle { get; set; }
    Property Value
    Type Description
    TextWrappingStyle

    VerticalOrigin

    Get/set vertical origin

    Declaration
    public VerticalOrigin VerticalOrigin { get; set; }
    Property Value
    Type Description
    VerticalOrigin

    Width

    Get/set textbox width

    Declaration
    public float Width { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    Clone()

    Declaration
    public virtual TextBoxFormat Clone()
    Returns
    Type Description
    TextBoxFormat

    GetDefValue(Int32)

    Get degault tetxbox values

    Declaration
    protected override object GetDefValue(int key)
    Parameters
    Type Name Description
    System.Int32 key
    Returns
    Type Description
    System.Object

    null ( don't use keys )

    Overrides
    FormatBase.GetDefValue(Int32)

    ReadXmlAttributes(IXDLSAttributeReader)

    Read textbox's XML attributes

    Declaration
    protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
    Parameters
    Type Name Description
    IXDLSAttributeReader reader

    XMLReader

    Overrides
    XDLSSerializableBase.ReadXmlAttributes(IXDLSAttributeReader)

    WriteXmlAttributes(IXDLSAttributeWriter)

    Write textbox's XML attributes

    Declaration
    protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
    Parameters
    Type Name Description
    IXDLSAttributeWriter writer

    XMLWriter

    Overrides
    XDLSSerializableBase.WriteXmlAttributes(IXDLSAttributeWriter)

    Implements

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