Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICalloutFormat Interface / Accent Property


In This Topic
    Accent Property
    In This Topic
    Gets or sets a value indicating whether to allows the user to place a vertical accent bar to separate the callout text from the callout line.
    Syntax
    'Declaration
     
    
    Property Accent As Boolean
    'Usage
     
    
    Dim instance As ICalloutFormat
    Dim value As Boolean
     
    instance.Accent = value
     
    value = instance.Accent
    bool Accent {get; set;}

    Property Value

    true if the user can place a vertical accent bar to separate the callout text from the callout line; otherwise, false.
    See Also