Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IGraphic Interface / setLockAspectRatio Method
True if the specified shape retains its original proportions when you resizeit. False if you can change the height and width of the shape independently of one another when you resize it.
In This Topic
    setLockAspectRatio Method
    In This Topic
    Sets the lock aspect ratio property of the specified shape.
    Syntax
    void setLockAspectRatio( 
       boolean value
    )

    Parameters

    value
    True if the specified shape retains its original proportions when you resizeit. False if you can change the height and width of the shape independently of one another when you resize it.
    See Also