CalloutFormat.Border Property
Determines whether the text in the specified callout is surrounded by a border. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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: Microsoft.Office.Core.MsoTriState
Remarks
The value returned by the Border property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The text in the specified callout is not surrounded by a border. |
|
The text in the specified callout is surrounded by a border. |