Window.DocumentMapPercentWidth Property
Returns or sets the width of the document map as a percentage of the width of the specified window.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DocumentMapPercentWidth As Integer
Get
Set
'Usage
Dim instance As Window
Dim value As Integer
value = instance.DocumentMapPercentWidth
instance.DocumentMapPercentWidth = value
int DocumentMapPercentWidth { get; set; }
Property Value
Type: System.Int32