Show / Hide Table of Contents

Class HighlightSpan

The highlight span object

Inheritance
System.Object
HighlightSpan
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class HighlightSpan

Constructors

| Improve this Doc View Source

HighlightSpan(String, Boolean)

Initializes a new instance of the HighlightSpan class.

Declaration
public HighlightSpan(string highlightStr, bool isHighlighted)
Parameters
Type Name Description
System.String highlightStr

String to be determined whether it should be highlighted or not.

System.Boolean isHighlighted

The string should be highlighted or not.

Properties

| Improve this Doc View Source

HighlightStr

String to be determined whether it should be highlighted or not.

Declaration
public string HighlightStr { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsHighlighted

The string should be highlighted or not.

Declaration
public bool IsHighlighted { get; protected set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • HighlightSpan(String, Boolean)
  • Properties
    • HighlightStr
    • IsHighlighted
Back to top Generated by DocFX