Border Property (ICalloutFormat)
Gets or sets a value indicating whether the border of the object is visible.
'Declaration
Property Border As Boolean
'Usage
Dim instance As ICalloutFormat
Dim value As Boolean
instance.Border = value
value = instance.Border
Property Value
true
if the border of the object is visible; otherwise,
false
.