WinForms

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

    Show / Hide Table of Contents

    Class TabPanelProperty3D

    Represents the default tab properties for the TabRenderer3D tab style.

    Inheritance
    System.Object
    TabUIDefaultProperties
    TabPanelProperty3D
    Implements
    ITabDefaultProperties
    Inherited Members
    TabUIDefaultProperties.DefaultTabPanelBackgroundColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabForeColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultActiveTabColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultInactiveTabColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultFixedSingleBorderColor(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultTabPanelFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultInactiveTabFont(ITabPanelData, ITabControl)
    TabUIDefaultProperties.DefaultActiveTabFont(ITabPanelData, ITabControl)
    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 TabPanelProperty3D : TabUIDefaultProperties, ITabDefaultProperties

    Constructors

    TabPanelProperty3D()

    Declaration
    public TabPanelProperty3D()

    Properties

    DrawLeftToRight

    Indicates whether to draw from left to right. Overridden. See DrawLeftToRight.

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

    Methods

    GetOverlapSize(SizeF)

    Returns the overlap size. Overridden. See GetOverlapSize(SizeF).

    Declaration
    public override SizeF GetOverlapSize(SizeF tabSize)
    Parameters
    Type Name Description
    System.Drawing.SizeF tabSize
    Returns
    Type Description
    System.Drawing.SizeF

    The overlap size.

    Overrides
    TabUIDefaultProperties.GetOverlapSize(SizeF)
    Remarks

    This implementation returns (0, 0).

    Implements

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