ConnectorLockGroupingLocked Property |
Determines whether an adding this shape to a group is forbidden.
Read/write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool GroupingLocked { get; set; }
Public Property GroupingLocked As Boolean
Get
Set
public:
virtual property bool GroupingLocked {
bool get () sealed;
void set (bool value) sealed;
}
abstract GroupingLocked : bool with get, set
override GroupingLocked : bool with get, set
Property Value
Type:
BooleanImplements
IConnectorLockGroupingLocked
See Also