'Declaration
Property Border As Boolean
'Usage
Dim instance As ICalloutFormat Dim value As Boolean instance.Border = value value = instance.Border
bool Border {get; set;}
Property Value
true
if the border of the object is visible; otherwise, false
.