GroupShapeLockSelectLocked Property |
Determines whether selecting 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 SelectLocked { get; set; }
Public Property SelectLocked As Boolean
Get
Set
public:
virtual property bool SelectLocked {
bool get () sealed;
void set (bool value) sealed;
}
abstract SelectLocked : bool with get, set
override SelectLocked : bool with get, set
Property Value
Type:
BooleanImplements
IGroupShapeLockSelectLockedSee Also