View.ShowObjectAnchors Property
True if object anchors are displayed next to items that can be positioned in print layout view.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowObjectAnchors As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ShowObjectAnchors
instance.ShowObjectAnchors = value
bool ShowObjectAnchors { get; set; }
Property Value
Type: System.Boolean