BaseShapeLockNoLocks Property |
Return true if all lock-flags are disabled.
Read-only
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool NoLocks { get; }
Public ReadOnly Property NoLocks As Boolean
Get
public:
virtual property bool NoLocks {
bool get () sealed;
}
abstract NoLocks : bool with get
override NoLocks : bool with get
Property Value
Type:
BooleanImplements
IBaseShapeLockNoLocks
See Also