Share via


Shape.LockedText Property

Prevent Text Editing.Represents the attribte in schema: lkTxEntry

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "lkTxEntry")> _
Public Property LockedText As BooleanValue
    Get
    Set
'Usage
Dim instance As Shape
Dim value As BooleanValue

value = instance.LockedText

instance.LockedText = value
[SchemaAttrAttribute(, "lkTxEntry")]
public BooleanValue LockedText { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace