ImageFile.AllowOverlap Property

Allow Shape Overlap.Represents the attribte in schema: o:allowoverlap

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

Syntax

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

value = instance.AllowOverlap

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

Property Value

Type: DocumentFormat.OpenXml.TrueFalseValue
Returns EnumValue<T>.

See Also

Reference

ImageFile Class

ImageFile Members

DocumentFormat.OpenXml.Vml Namespace