Share via


O.spid Field

Definition

Represents the o:spid XML attributes.

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

Applies to