Borders.AlwaysInFront Property

Returns or sets a value that indicates if page borders are displayed in front of the document text.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AlwaysInFront As Boolean
    Get
    Set
'Usage
Dim instance As Borders
Dim value As Boolean

value = instance.AlwaysInFront

instance.AlwaysInFront = value
bool AlwaysInFront { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Borders Interface

Borders Members

Microsoft.Office.Interop.Word Namespace