VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools Namespace / CommentVisualTool Class / GetConnectionColor(Comment) Method
Syntax Requirements SeeAlso
In This Topic
    GetConnectionColor(Comment) Method (CommentVisualTool)
    In This Topic
    Returns the color of the connection between comment source and comment control.
    Syntax
    'Declaration
    
    Protected Overridable Function GetConnectionColor( _
    ByVal comment
    The comment.
    As Vintasoft.Imaging.Annotation.Comments.Comment _
    ) As System.Drawing.Color

    Parameters

    comment
    The comment.

    Return Value

    The color of connection line between comment source and comment control.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also