Share via


O.hralign Field

Definition

Represents the o:hralign XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: arc, curve, group, image, line, oval, polyline, rect, roundrect, shape, shapetype.
  • corresponds to the following strongly-typed properties: Arc.HorizontalAlignment, Curve.HorizontalAlignment, Group.HorizontalAlignment, ImageFile.HorizontalAlignment, Line.HorizontalAlignment, Oval.HorizontalAlignment, PolyLine.HorizontalAlignment, Rectangle.HorizontalAlignment, RoundRectangle.HorizontalAlignment, Shape.HorizontalAlignment, Shapetype.HorizontalAlignment.

Applies to