TextFrame.HorizontalAnchor Property

Definition

Gets or sets the horizontal alignment of text in a text frame.

public:
 property Microsoft::Office::Core::MsoHorizontalAnchor HorizontalAnchor { Microsoft::Office::Core::MsoHorizontalAnchor get(); void set(Microsoft::Office::Core::MsoHorizontalAnchor value); };
public Microsoft.Office.Core.MsoHorizontalAnchor HorizontalAnchor { get; set; }
member this.HorizontalAnchor : Microsoft.Office.Core.MsoHorizontalAnchor with get, set
Public Property HorizontalAnchor As MsoHorizontalAnchor

Property Value

The horizontal alignment of text in a text frame.

Remarks

Read/write MsoHorizontalAnchor.

Applies to