Share via


NoNamespace.distL Field

Definition

Represents the distL XML attributes.

public static readonly System.Xml.Linq.XName distL;
 staticval mutable distL : System.Xml.Linq.XName
Public Shared ReadOnly distL 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.DistanceFromLeft, Inline.DistanceFromLeft, WrapSquare.DistanceFromLeft, WrapThrough.DistanceFromLeft, WrapTight.DistanceFromLeft.

Applies to