Class BackStageRendererProperty
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
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class BackStageRendererProperty : TabPanelProperty2D, ITabDefaultProperties
Constructors
BackStageRendererProperty()
Declaration
public BackStageRendererProperty()
Properties
ColorScheme
Declaration
public ToolStripEx.ColorScheme ColorScheme { get; set; }
Property Value
Type |
---|
ToolStripEx.ColorScheme |
ColorTable
Declaration
public Office2010ColorTable ColorTable { get; }
Property Value
Type |
---|
Office2010ColorTable |
Methods
GetOverlapSize(SizeF)
Declaration
public override SizeF GetOverlapSize(SizeF tabSize)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.SizeF | tabSize |
Returns
Type |
---|
System.Drawing.SizeF |
Overrides
OnPaintPanelBackground(ITabControl, Graphics, Color, Rectangle)
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 |