Share via


NoNamespace.decimal Field

Definition

Represents the decimal XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: textPr, textPr.
  • corresponds to the following strongly-typed properties: TextProperties.Decimal.

Applies to