InlineShape.Line Property

Definition

Returns a LineFormat object that contains line formatting properties for the specified shape.

public:
 property Microsoft::Office::Interop::Word::LineFormat ^ Line { Microsoft::Office::Interop::Word::LineFormat ^ get(); };
public Microsoft.Office.Interop.Word.LineFormat Line { get; }
member this.Line : Microsoft.Office.Interop.Word.LineFormat
Public ReadOnly Property Line As LineFormat

Property Value

Remarks

For a line, the LineFormat object represents the line itself; for a shape with a border, the LineFormat object represents the border.

Applies to