IAutoShapeLockAspectRatioLocked Property |
Determines whether a shape have to preserve aspect ratio on resizing.
Read-write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxbool AspectRatioLocked { get; set; }
Property AspectRatioLocked As Boolean
Get
Set
property bool AspectRatioLocked {
bool get ();
void set (bool value);
}
abstract AspectRatioLocked : bool with get, set
Property Value
Type:
Boolean
See Also