Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets the default 24-bit color to use for new Border objects. Can be any valid WdColor constant or a value returned by Visual Basic's RGB function.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DefaultBorderColor As WdColor
Get
Set
'Usage
Dim instance As Options
Dim value As WdColor
value = instance.DefaultBorderColor
instance.DefaultBorderColor = value
WdColor DefaultBorderColor { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdColor