Share via


ConnectionShapeLocks.NoSelection Property

Disallow Shape Selection.Represents the attribte in schema: noSelect

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

Syntax

'Declaration
<SchemaAttrAttribute(, "noSelect")> _
Public Property NoSelection As BooleanValue
    Get
    Set
'Usage
Dim instance As ConnectionShapeLocks
Dim value As BooleanValue

value = instance.NoSelection

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

ConnectionShapeLocks Class

ConnectionShapeLocks Members

DocumentFormat.OpenXml.Drawing Namespace