Show / Hide Table of Contents

Class ThumbnailMode

The thumbnail mode object

Inheritance
System.Object
ThumbnailMode
ThumbnailMode.Bestfit
ThumbnailMode.FitoneBestfit
ThumbnailMode.Strict
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 ThumbnailMode

Constructors

| Improve this Doc View Source

ThumbnailMode()

Initializes a new instance of the ThumbnailMode class.

Declaration
public ThumbnailMode()

Properties

| Improve this Doc View Source

AsBestfit

Gets this instance as a Bestfit, or null.

Declaration
public ThumbnailMode.Bestfit AsBestfit { get; }
Property Value
Type Description
ThumbnailMode.Bestfit
| Improve this Doc View Source

AsFitoneBestfit

Gets this instance as a FitoneBestfit, or null.

Declaration
public ThumbnailMode.FitoneBestfit AsFitoneBestfit { get; }
Property Value
Type Description
ThumbnailMode.FitoneBestfit
| Improve this Doc View Source

AsStrict

Gets this instance as a Strict, or null.

Declaration
public ThumbnailMode.Strict AsStrict { get; }
Property Value
Type Description
ThumbnailMode.Strict
| Improve this Doc View Source

IsBestfit

Gets a value indicating whether this instance is Bestfit

Declaration
public bool IsBestfit { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFitoneBestfit

Gets a value indicating whether this instance is FitoneBestfit

Declaration
public bool IsFitoneBestfit { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsStrict

Gets a value indicating whether this instance is Strict

Declaration
public bool IsStrict { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ThumbnailMode()
  • Properties
    • AsBestfit
    • AsFitoneBestfit
    • AsStrict
    • IsBestfit
    • IsFitoneBestfit
    • IsStrict
Back to top Generated by DocFX