WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BlendLightRendererProperty

    Show / Hide Table of Contents

    Class BlendLightRendererProperty

    Represents the default tab properties for the BlendDarkRendererProperty tab style.

    Inheritance
    System.Object
    TabUIDefaultProperties
    BlendLightRendererProperty
    Implements
    ITabDefaultProperties
    Inherited Members
    TabUIDefaultProperties.DefaultFixedSingleBorderColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabPanelFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultInactiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultActiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.GetOverlapSize(SizeF)
    TabUIDefaultProperties.OnPaintPanelBackground(ITabControl, Graphics, Color, Rectangle)
    TabUIDefaultProperties.IsBackgroundSolid()
    TabUIDefaultProperties.DrawEllipsis
    TabUIDefaultProperties.ShowInDesignMode
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BlendLightRendererProperty : TabUIDefaultProperties, ITabDefaultProperties

    Constructors

    BlendLightRendererProperty()

    Declaration
    public BlendLightRendererProperty()

    Properties

    DrawLeftToRight

    Indicates whether to draw from left to right.

    Declaration
    public override bool DrawLeftToRight { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    TabUIDefaultProperties.DrawLeftToRight

    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
    TabUIDefaultProperties.DefaultActiveTabColor(ITabPanelData, ITabControl)
    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
    TabUIDefaultProperties.DefaultInactiveTabColor(ITabPanelData, ITabControl)
    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
    TabUIDefaultProperties.DefaultTabForeColor(ITabPanelData, ITabControl)
    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
    TabUIDefaultProperties.DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl)
    Remarks

    This implementation returns the tab control's BackColor.

    Implements

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