AutoShapeLockSizeLocked Property |
Determines whether a resizing this shape is forbidden.
Read/write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public bool SizeLocked { get; set; }
Public Property SizeLocked As Boolean
Get
Set
public:
virtual property bool SizeLocked {
bool get () sealed;
void set (bool value) sealed;
}
abstract SizeLocked : bool with get, set
override SizeLocked : bool with get, set
Property Value
Type:
BooleanImplements
IAutoShapeLockSizeLockedSee Also