Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer.SheetTabShape Enumeration


EnhancedInterfaceRenderer.SheetTabShape Enumeration
Specifies the shape of sheet tabs.
Syntax
'Declaration
 
Public Enum EnhancedInterfaceRenderer.SheetTabShape 
   Inherits 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