Share via


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

msoFalse

The text in the specified callout is not surrounded by a border.

msoTrue

The text in the specified callout is surrounded by a border.

See Also

Reference

CalloutFormat Interface

CalloutFormat Members

Microsoft.Office.Interop.PowerPoint Namespace