AutoShapeLockAspectRatioLocked 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)
Syntax public bool AspectRatioLocked { get; set; }
Public Property AspectRatioLocked As Boolean
Get
Set
public:
virtual property bool AspectRatioLocked {
bool get () sealed;
void set (bool value) sealed;
}
abstract AspectRatioLocked : bool with get, set
override AspectRatioLocked : bool with get, set
Property Value
Type:
BooleanImplements
IAutoShapeLockAspectRatioLockedSee Also