menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BackStageRendererProperty - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BackStageRendererProperty

    Inheritance
    System.Object
    TabUIDefaultProperties
    TabPanelProperty2D
    BackStageRendererProperty
    Implements
    ITabDefaultProperties
    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()
    TabPanelProperty2D.DefaultActiveTabFont(ITabPanelData, ITabControl)
    TabPanelProperty2D.DefaultInactiveTabColor(ITabPanelData, ITabControl)
    TabPanelProperty2D.DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultActiveTabColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultFixedSingleBorderColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultInactiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabForeColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabPanelFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DrawEllipsis
    TabUIDefaultProperties.DrawLeftToRight
    TabUIDefaultProperties.IsBackgroundSolid()
    TabUIDefaultProperties.ShowInDesignMode
    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
    TabPanelProperty2D.GetOverlapSize(SizeF)

    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
    Overrides
    TabUIDefaultProperties.OnPaintPanelBackground(ITabControl, Graphics, Color, Rectangle)

    Implements

    ITabDefaultProperties
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved