Share via


NoNamespace.horizontalCentered Field

Definition

Represents the horizontalCentered XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: printOptions.
  • corresponds to the following strongly-typed properties: PrintOptions.HorizontalCentered.

Applies to