Share via


NoNamespace.coordorigin Field

Definition

Represents the coordorigin XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

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

Applies to