GroupShapeLockUngroupingLocked Property |
Determines whether splitting this groupshape is forbidden.
Read/write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool UngroupingLocked { get; set; }
Public Property UngroupingLocked As Boolean
Get
Set
public:
virtual property bool UngroupingLocked {
bool get () sealed;
void set (bool value) sealed;
}
abstract UngroupingLocked : bool with get, set
override UngroupingLocked : bool with get, set
Property Value
Type:
BooleanImplements
IGroupShapeLockUngroupingLocked
See Also