Share via


NoNamespace.verticalCentered Field

Definition

Represents the verticalCentered XML attribute.

public static readonly System.Xml.Linq.XName verticalCentered;
 staticval mutable verticalCentered : System.Xml.Linq.XName
Public Shared ReadOnly verticalCentered 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.VerticalCentered.

Applies to