CalloutFormat.Border Property
Returns or sets a value that indicates whether the text in the specified callout is surrounded by a border.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Border As MsoTriState
Get
Set
'Usage
Dim instance As CalloutFormat
Dim value As MsoTriState
value = instance.Border
instance.Border = value
MsoTriState Border { get; set; }
Property Value
Type: MsoTriState