Class BlendDarkRendererProperty
Represents the default tab properties for the BlendDarkRendererProperty tab style.
Implements
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.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class BlendDarkRendererProperty : TabUIDefaultProperties, ITabDefaultProperties
Constructors
BlendDarkRendererProperty()
Declaration
public BlendDarkRendererProperty()
Properties
DrawLeftToRight
Indicates whether to draw from left to right.
Declaration
public override bool DrawLeftToRight { get; }
Property Value
| Type |
|---|
| System.Boolean |
Overrides
Methods
DefaultActiveTabColor(ITabPanelData, ITabControl)
Returns the default Active Tab Color.
Declaration
public override Color DefaultActiveTabColor(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.
DefaultInactiveTabColor(ITabPanelData, ITabControl)
Returns the default Inactive TabColor.
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.
DefaultTabForeColor(ITabPanelData, ITabControl)
Returns the default forecolor for the tabs.
Declaration
public override Color DefaultTabForeColor(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 SystemColors.WindowText.
DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl)
Returns the default backcolor for the panel.
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.