Share via


NoNamespace.filled Field

Definition

Represents the filled XML attributes.

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

Applies to