次の方法で共有


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

'宣言
<SchemaAttrAttribute(, "allowoverlap")> _
Public Property AllowOverlap As TrueFalseValue
    Get
    Set
'使用
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