Class LayoutTabsInfo
Summary description for LayoutTabsInfo.
Inherited Members
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()
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 |
Fields
m_defaultTabWidth
Declaration
protected double m_defaultTabWidth
Field Value
Type |
---|
System.Double |
m_pageMarginLeft
Declaration
protected double m_pageMarginLeft
Field Value
Type |
---|
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 |
---|
System.Double |