LockAspectRatio Property
LockAspectRatio
Gets or sets a value indicating whether the IShape retains its original proportions when you resize it.
Declaration
bool LockAspectRatio { get; set; }
Property LockAspectRatio As Boolean
Property Value
Type |
Description |
bool |
true if the shape retains its original proportions when you resize it;
otherwise, false if you can change the height and width of the shape independently of one another when you resize it.
|