Class TabPanelProperty2D
Represents the default tab properties for the TabRenderer2D tab style.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabPanelProperty2D : TabUIDefaultProperties, ITabDefaultProperties
Constructors
TabPanelProperty2D()
Declaration
public TabPanelProperty2D()
Methods
DefaultActiveTabFont(ITabPanelData, ITabControl)
Returns the default active tab panel font. Overridden. See DefaultActiveTabFont(ITabPanelData, ITabControl).
Declaration
public override Font DefaultActiveTabFont(ITabPanelData panelData, ITabControl tabControl)
Parameters
Type | Name | Description |
---|---|---|
ITabPanelData | panelData | The tab panel data. |
ITabControl | tabControl | The tab control. |
Returns
Type | Description |
---|---|
System.Drawing.Font | A Font value. |
Overrides
Remarks
Returns the default inactive tab font, after making it bold.
DefaultInactiveTabColor(ITabPanelData, ITabControl)
Returns the default Inactive TabColor. Overridden. See DefaultInactiveTabColor(ITabPanelData, ITabControl).
Declaration
public override Color DefaultInactiveTabColor(ITabPanelData panelData, ITabControl tabControl)
Parameters
Type | Name | Description |
---|---|---|
ITabPanelData | panelData | The tab panel data. |
ITabControl | tabControl | The tab control. |
Returns
Type | Description |
---|---|
System.Drawing.Color | A Color value. |
Overrides
Remarks
This implementation returns the tab control's BackColor.
DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl)
Returns the default backcolor for the panel. Overridden. See DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl).
Declaration
public override Color DefaultTabPanelBackgroundColor(ITabPanelData panelData, ITabControl tabControl)
Parameters
Type | Name | Description |
---|---|---|
ITabPanelData | panelData | The tab panel data. |
ITabControl | tabControl | The tab control. |
Returns
Type | Description |
---|---|
System.Drawing.Color | A Color value. |
Overrides
Remarks
This implementation returns the tab control's BackColor.
GetOverlapSize(SizeF)
Returns the overlap size. Overridden. See GetOverlapSize(SizeF).
Declaration
public override SizeF GetOverlapSize(SizeF tabSize)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.SizeF | tabSize |
Returns
Type | Description |
---|---|
System.Drawing.SizeF | The overlap size. |
Overrides
Remarks
This implementation returns (0, 0).