CalloutFormat.Accent Property
Returns or sets a value that indicates if a vertical accent bar separates the callout text from the callout line.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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: MsoTriState