Class BackStageRendererProperty
Inheritance
System.Object
BackStageRendererProperty
Assembly: Syncfusion.Tools.Windows.dll
public class BackStageRendererProperty : TabPanelProperty2D, ITabDefaultProperties
Constructors
Declaration
public BackStageRendererProperty()
Properties
Declaration
public ToolStripEx.ColorScheme ColorScheme { get; set; }
Property Value
Declaration
public Office2010ColorTable ColorTable { get; }
Property Value
Methods
Declaration
public override SizeF GetOverlapSize(SizeF tabSize)
Parameters
| Type |
Name |
Description |
| System.Drawing.SizeF |
tabSize |
|
Returns
| Type |
| System.Drawing.SizeF |
Overrides
Declaration
public override void OnPaintPanelBackground(ITabControl tabControl, Graphics g, Color bgColor, Rectangle bounds)
Parameters
| Type |
Name |
Description |
| ITabControl |
tabControl |
|
| System.Drawing.Graphics |
g |
|
| System.Drawing.Color |
bgColor |
|
| System.Drawing.Rectangle |
bounds |
|
Overrides
Implements