Share via


NoNamespace.distR Field

Definition

Represents the distR XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: anchor, inline, wrapSquare, wrapThrough, wrapTight.
  • corresponds to the following strongly-typed properties: Anchor.DistanceFromRight, Inline.DistanceFromRight, WrapSquare.DistanceFromRight, WrapThrough.DistanceFromRight, WrapTight.DistanceFromRight.

Applies to