Class Stretch
  
  Defines the diagrams stretch
None - Sets the stretch type for diagram as None
Stretch - Sets the stretch type for diagram as Stretch
Meet - Sets the stretch type for diagram as Meet
Slice - Sets the stretch type for diagram as Slice
 
  
  
    Inheritance
    System.Object
    Stretch
   
  
  Assembly: Syncfusion.EJ2.dll
  Syntax
  
    public sealed class Stretch : Enum
   
  Fields
  
  
  
  Meet
  
  
  Declaration
  
    public const Stretch Meet
   
  Field Value
  
  
  
  None
  
  
  Declaration
  
    public const Stretch None
   
  Field Value
  
  
  
  Slice
  
  
  Declaration
  
    public const Stretch Slice
   
  Field Value
  
  
  
  Stretch
  
  
  Declaration
  
    public const Stretch Stretch
   
  Field Value