Version

HighlightingInfo Class Members

The following tables list the members exposed by HighlightingInfo.

Public Constructors
 NameDescription
Public ConstructorHighlightingInfo ConstructorHighlightingInfo constructor.  
Public Properties
 NameDescription
Public PropertyEndIndexThe index of the last highlighted item.  
Public PropertyIsExclusive  
Public PropertyIsFullRangeTrue if this HighlightingInfo represents a full selection of the data.  
Public PropertyIsMarkerTrue if this HighlightingInfo represents a marker highlighting.  
Public PropertyProgressA number between 0 and 1 representing the progress of the highlighting.  
Public PropertySeriesThe series in context.  
Public PropertyStartIndexThe index of the first highlighted item.  
Public PropertyStateThe state of the highlighting.  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetEndIndexResets the EndIndex property to its default value.  
Public MethodResetIsExclusiveResets the IsExclusive property to its default value.  
Public MethodResetIsFullRangeResets the IsFullRange property to its default value.  
Public MethodResetIsMarkerResets the IsMarker property to its default value.  
Public MethodResetProgressResets the Progress property to its default value.  
Public MethodResetStartIndexResets the StartIndex property to its default value.  
Public MethodResetStateResets the State property to its default value.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeEndIndexIndicates if the EndIndex property needs to be serialized.  
Protected MethodShouldSerializeIsExclusiveIndicates if the IsExclusive property needs to be serialized.  
Protected MethodShouldSerializeIsFullRangeIndicates if the IsFullRange property needs to be serialized.  
Protected MethodShouldSerializeIsMarkerIndicates if the IsMarker property needs to be serialized.  
Protected MethodShouldSerializeProgressIndicates if the Progress property needs to be serialized.  
Protected MethodShouldSerializeStartIndexIndicates if the StartIndex property needs to be serialized.  
Protected MethodShouldSerializeStateIndicates if the State property needs to be serialized.  
See Also