Class Tab
Summary description for Tab.
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.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
ReadXmlAttributes(IXDLSAttributeReader)
Declaration
protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeReader | reader |
Overrides
WriteXmlAttributes(IXDLSAttributeWriter)
Declaration
protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeWriter | writer |
Overrides
Implements
System.ICloneable