Arc.DoubleClickNotify Property

Double-click Notification Toggle.Represents the attribte in schema: o:doubleclicknotify

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

Syntax

'Declaration
<SchemaAttrAttribute(, "doubleclicknotify")> _
Public Property DoubleClickNotify As TrueFalseValue
    Get
    Set
'Usage
Dim instance As Arc
Dim value As TrueFalseValue

value = instance.DoubleClickNotify

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

Property Value

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

See Also

Reference

Arc Class

Arc Members

DocumentFormat.OpenXml.Vml Namespace