Share via


X.stop Field

Definition

Represents the x:stop XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: gradientFill.
  • has the following child XML elements: color.
  • has the following XML attributes: position.
  • corresponds to the following strongly-typed classes: GradientStop.

Applies to