Share via


NoNamespace.wrapcoords Field

Definition

Represents the wrapcoords XML attributes.

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

Applies to