CalloutFormat.Accent Property
Determines whether a vertical accent bar separates the callout text from the callout line. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Accent As MsoTriState
Get
Set
'Usage
Dim instance As CalloutFormat
Dim value As MsoTriState
value = instance.Accent
instance.Accent = value
MsoTriState Accent { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the Accent property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
A vertical accent bar does not separate the callout text from the callout line. |
|
A vertical accent bar separates the callout text from the callout line. |