Share via


NoNamespace.stroked Field

Definition

Represents the stroked XML attributes.

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

Applies to