Share via


O.insetmode Field

Definition

Represents the o:insetmode XML attributes.

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

Applies to