Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer.SheetTabShape Enumeration


In This Topic
    EnhancedInterfaceRenderer.SheetTabShape Enumeration
    In This Topic
    Specifies the shape of sheet tabs.
    Syntax
    'Declaration
     
    
    Public Enum EnhancedInterfaceRenderer.SheetTabShape 
       Inherits System.Enum
    public enum EnhancedInterfaceRenderer.SheetTabShape : System.Enum 
    Members
    MemberDescription
    IsoscelesTrapezoidDisplays the sheet tab as an icosceles trapezoid (in N. America or trapezium in other parts).
    RectangleDisplays the sheet tab as a rectangle with squared corners.
    RoundedRectangleDisplays the sheet tab as a rectangle with rounded corners.
    TrapezoidDisplays the sheet tab as a trapezoid (in N. America or trapezium in other parts).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.EnhancedInterfaceRenderer.SheetTabShape

    See Also