Share via


NoNamespace.alt Field

Definition

Represents the alt XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

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

Applies to