WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutTabsInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayoutTabsInfo

    Summary description for LayoutTabsInfo.

    Inheritance
    System.Object
    LayoutInfo
    LayoutTabsInfo
    Implements
    ILayoutInfo
    ILayoutSpacingsInfo
    Inherited Members
    LayoutInfo.m_bIsLineContainer
    LayoutInfo.m_textWrap
    LayoutInfo.m_bPageBreakItem
    LayoutInfo.TextWrap
    LayoutInfo.IsClippedVertical
    LayoutInfo.IsClippedHorizontal
    LayoutInfo.IsSkip
    LayoutInfo.IsSkipBottomAlign
    LayoutInfo.IsLineContainer
    LayoutInfo.ChildrenLayoutDirection
    LayoutInfo.IsLineBreak
    LayoutInfo.IsPageBreakItem
    LayoutInfo.Paddings
    LayoutInfo.Margins
    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.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class LayoutTabsInfo : LayoutInfo, ILayoutInfo, ILayoutSpacingsInfo

    Constructors

    LayoutTabsInfo(ChildrenLayoutDirection)

    Initializes a new instance of the LayoutTabsInfo class.

    Declaration
    public LayoutTabsInfo(ChildrenLayoutDirection childLayoutDirection)
    Parameters
    Type Name Description
    ChildrenLayoutDirection childLayoutDirection

    if set to true [b top subtract area].

    Fields

    m_defaultTabWidth

    Declaration
    protected double m_defaultTabWidth
    Field Value
    Type Description
    System.Double

    m_pageMarginLeft

    Declaration
    protected double m_pageMarginLeft
    Field Value
    Type Description
    System.Double

    Properties

    CurrTabJustification

    Gets the curr tab justification.

    Declaration
    public TabJustification CurrTabJustification { get; }
    Property Value
    Type Description
    TabJustification

    The curr tab justification.

    CurrTabLeader

    Gets the curr tab leader.

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

    The curr tab leader.

    DefaultTabWidth

    Gets the width of the default tab.

    Declaration
    public double DefaultTabWidth { get; }
    Property Value
    Type Description
    System.Double

    The width of the default tab.

    Methods

    AddTab(Single, TabJustification, TabLeader)

    Adds the tab.

    Declaration
    public void AddTab(float position, TabJustification justification, TabLeader leader)
    Parameters
    Type Name Description
    System.Single position

    The position.

    TabJustification justification

    The justification.

    TabLeader leader

    The leader.

    GetNextTabPosition(Double)

    Gets the next tab position.

    Declaration
    public double GetNextTabPosition(double position)
    Parameters
    Type Name Description
    System.Double position

    The position.

    Returns
    Type Description
    System.Double

    Implements

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