Class GradientFill
  
  
  
  
    Inheritance
    System.Object
    GradientFill
   
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class GradientFill : object
   
  Constructors
  
  
  
  
  GradientFill()
  
  
  Declaration
  
  Properties
  
  
  
  
  Angle
  
  
  Declaration
  
    public int Angle { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  GradientStops
  
  
  Declaration
  
    public List<GradientStop> GradientStops { get; }
   
  Property Value
  
  
  
  
  RotateWithShape
  
  
  Declaration
  
    public bool RotateWithShape { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Type
  
  
  Declaration
  
    public GradientType Type { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Equals(GradientFill)
  
  
  Declaration
  
    protected bool Equals(GradientFill other)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        obj | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  SetDirection(GradientDirection)
  
  
  Declaration
  
    public void SetDirection(GradientDirection direction)
   
  Parameters