Class HighlightSpan
The highlight span object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class HighlightSpan
Constructors
View SourceHighlightSpan(string, bool)
Initializes a new instance of the HighlightSpan class.
Declaration
public HighlightSpan(string highlightStr, bool isHighlighted)
Parameters
| Type | Name | Description |
|---|---|---|
| string | highlightStr | String to be determined whether it should be highlighted or not. |
| bool | isHighlighted | The string should be highlighted or not. |
Properties
View SourceHighlightStr
String to be determined whether it should be highlighted or not.
Declaration
public string HighlightStr { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
IsHighlighted
The string should be highlighted or not.
Declaration
public bool IsHighlighted { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |