C1.WPF.Document Assembly / C1.WPF.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 _
)
 

Parameters

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