Class PictureShape
  
  
  
  
    Inheritance
    System.Object
    
    PictureShape
   
  
  
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class PictureShape : AbstractShape, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
   
  Constructors
  
  
  
  
  PictureShape()
  
  
  Declaration
  
  Properties
  
  
  
  
  Description
  Gets or sets the description of the picture.
 
  
  Declaration
  
    public string Description { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  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
  
  
  
  
  Title
  Gets or sets the title of the picture.
 
  
  Declaration
  
    public string Title { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Implements