Share via


O.doubleclicknotify Field

Definition

Represents the o:doubleclicknotify XML attributes.

public static readonly System.Xml.Linq.XName doubleclicknotify;
 staticval mutable doubleclicknotify : System.Xml.Linq.XName
Public Shared ReadOnly doubleclicknotify As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: arc, curve, group, image, line, oval, polyline, rect, roundrect, shape, shapetype.
  • corresponds to the following strongly-typed properties: Arc.DoubleClickNotify, Curve.DoubleClickNotify, Group.DoubleClickNotify, ImageFile.DoubleClickNotify, Line.DoubleClickNotify, Oval.DoubleClickNotify, PolyLine.DoubleClickNotify, Rectangle.DoubleClickNotify, RoundRectangle.DoubleClickNotify, Shape.DoubleClickNotify, Shapetype.DoubleClickNotify.

Applies to