Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IGraphic Interface / LockAspectRatio Property


In This Topic
    LockAspectRatio Property (IGraphic)
    In This Topic
    true if the specified shape retains its original proportions when you resize it. falseif you can change the height and width of the shape independently of one another when you resize it.
    Syntax
    'Declaration
     
    
    Property LockAspectRatio As Boolean
    'Usage
     
    
    Dim instance As IGraphic
    Dim value As Boolean
     
    instance.LockAspectRatio = value
     
    value = instance.LockAspectRatio
    bool LockAspectRatio {get; set;}
    See Also