Share via


NoNamespace.strokeweight Field

Definition

Represents the strokeweight XML attributes.

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

Applies to