Share via


O.allowoverlap Field

Definition

Represents the o:allowoverlap XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

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

Applies to