Share via


NoNamespace.points Field

Definition

Represents the points XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: polyline.
  • corresponds to the following strongly-typed properties: PolyLine.Points.

Applies to