Share via


O.forcedash Field

Definition

Represents the o:forcedash XML attributes.

public static readonly System.Xml.Linq.XName forcedash;
 staticval mutable forcedash : System.Xml.Linq.XName
Public Shared ReadOnly forcedash 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, stroke.
  • corresponds to the following strongly-typed properties: Arc.ForceDash, Curve.ForceDash, ImageFile.ForceDash, Line.ForceDash, Oval.ForceDash, PolyLine.ForceDash, Rectangle.ForceDash, RoundRectangle.ForceDash, Shape.ForceDash, Shapetype.ForceDash, Stroke.ForceDash.

Applies to