Share via


NoNamespace.coordsize Field

Definition

Represents the coordsize XML attributes.

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

Applies to