Share via


O.regroupid Field

Definition

Represents the o:regroupid XML attributes.

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

Applies to