Share via


O.userdrawn Field

Definition

Represents the o:userdrawn XML attributes.

public static readonly System.Xml.Linq.XName userdrawn;
 staticval mutable userdrawn : System.Xml.Linq.XName
Public Shared ReadOnly userdrawn 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.UserDrawn, Curve.UserDrawn, Group.UserDrawn, ImageFile.UserDrawn, Line.UserDrawn, Oval.UserDrawn, PolyLine.UserDrawn, Rectangle.UserDrawn, RoundRectangle.UserDrawn, Shape.UserDrawn, Shapetype.UserDrawn.

Applies to