ShapeDefaults.AllowOverlap Property

allowoverlap.Represents the attribte in schema: o:allowoverlap

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "allowoverlap")> _
Public Property AllowOverlap As TrueFalseValue
    Get
    Set
'Usage
Dim instance As ShapeDefaults
Dim value As TrueFalseValue

value = instance.AllowOverlap

instance.AllowOverlap = value
[SchemaAttrAttribute(, "allowoverlap")]
public TrueFalseValue AllowOverlap { get; set; }

Property Value

Type: DocumentFormat.OpenXml.TrueFalseValue

See Also

Reference

ShapeDefaults Class

ShapeDefaults Members

DocumentFormat.OpenXml.Vml.Office Namespace