AutoShapeLockTextLocked Property |
Determines whether an editing of text is forbidden.
Read/write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool TextLocked { get; set; }
Public Property TextLocked As Boolean
Get
Set
public:
virtual property bool TextLocked {
bool get () sealed;
void set (bool value) sealed;
}
abstract TextLocked : bool with get, set
override TextLocked : bool with get, set
Property Value
Type:
BooleanImplements
IAutoShapeLockTextLocked
See Also