FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1FragmentHighlight Class / C1FragmentHighlight Constructor
The object defining the content which should be highlighted.
The highlighting attributes.

In This Topic
    C1FragmentHighlight Constructor
    In This Topic
    Initializes a new instance of the C1FragmentHighlight class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal range As Object, _
       ByVal attrs As C1HighlightAttrs _
    )
    public C1FragmentHighlight( 
       object range,
       C1HighlightAttrs attrs
    )

    Parameters

    range
    The object defining the content which should be highlighted.
    attrs
    The highlighting attributes.
    See Also