Share via


NoNamespace.strokecolor Field

Definition

Represents the strokecolor XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

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

Applies to