Share via


NoNamespace.distT Field

Definition

Represents the distT XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: anchor, inline, wrapSquare, wrapTopAndBottom.
  • corresponds to the following strongly-typed properties: Anchor.DistanceFromTop, Inline.DistanceFromTop, WrapSquare.DistanceFromTop, WrapTopBottom.DistanceFromTop.

Applies to