HorizontalLineFormat.Alignment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a WdHorizontalLineAlignment constant that represents the alignment for the specified horizontal line.
public:
property Microsoft::Office::Interop::Word::WdHorizontalLineAlignment Alignment { Microsoft::Office::Interop::Word::WdHorizontalLineAlignment get(); void set(Microsoft::Office::Interop::Word::WdHorizontalLineAlignment value); };
public Microsoft.Office.Interop.Word.WdHorizontalLineAlignment Alignment { get; set; }
member this.Alignment : Microsoft.Office.Interop.Word.WdHorizontalLineAlignment with get, set
Public Property Alignment As WdHorizontalLineAlignment