Class Shape
  
  
  
  
    Inheritance
    System.Object
    
    Shape
      
   
  
  
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class Shape : AbstractShape, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
   
  Properties
  
  
  
  
  FormattedText
  
  
  Declaration
  
    public FormattedText FormattedText { get; }
   
  Property Value
  
  
  
  
  LockAspectRatio
  Gets or sets whether the picture retains its original proportions when you resize it.
 
  
  Declaration
  
    public bool LockAspectRatio { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Picture
  
  
  Declaration
  
    public Picture Picture { get; }
   
  Property Value
  
  Methods
  
  
  
  
  SetImage(String)
  
  
  Declaration
  
    public override AbstractShape SetImage(string path)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        path | 
         | 
      
    
  
  Returns
  
  Overrides
  
  Implements