menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Tab - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Tab

    Summary description for Tab.

    Inheritance
    System.Object
    EntityBase
    XDLSSerializableBase
    Tab
    Implements
    IEntityBase
    IXDLSSerializable
    System.ICloneable
    Inherited Members
    EntityBase.Document
    EntityBase.DocumentEx
    EntityBase.Owner
    EntityBase.SetOwner(IEntityBase)
    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()
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.m_id
    XDLSSerializableBase.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.RestoreReference(String, Int32)
    XDLSSerializableBase.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.XDLSHolder
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class Tab : XDLSSerializableBase, IEntityBase, IXDLSSerializable, ICloneable

    Properties

    DeletePosition

    Gets or sets the delete position.

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

    The delete position.

    Justification

    Gets or sets the justification.

    Declaration
    public TabJustification Justification { get; set; }
    Property Value
    Type Description
    TabJustification

    The justification.

    Position

    Gets or sets the position.

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

    The position.

    TabLeader

    Gets or sets the tab leader.

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

    The tab leader.

    Methods

    Clone()

    Declaration
    public object Clone()
    Returns
    Type
    System.Object

    InitXDLSHolder()

    Declaration
    protected override void InitXDLSHolder()
    Overrides
    XDLSSerializableBase.InitXDLSHolder()

    ReadXmlAttributes(IXDLSAttributeReader)

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

    WriteXmlAttributes(IXDLSAttributeWriter)

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

    Implements

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