Share via


O.clip Field

Definition

Represents the o:clip XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

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

Applies to