Class ThumbnailMode
The thumbnail mode object
Inheritance
System.Object
    ThumbnailMode
      
      
      
  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 SourceThumbnailMode()
Initializes a new instance of the ThumbnailMode class.
Declaration
public ThumbnailMode()
  Properties
| Improve this Doc View SourceAsBestfit
Gets this instance as a Bestfit, or null.
Declaration
public ThumbnailMode.Bestfit AsBestfit { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailMode.Bestfit | 
AsFitoneBestfit
Gets this instance as a FitoneBestfit, or null.
Declaration
public ThumbnailMode.FitoneBestfit AsFitoneBestfit { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailMode.FitoneBestfit | 
AsStrict
Gets this instance as a Strict, or null.
Declaration
public ThumbnailMode.Strict AsStrict { get; }
  Property Value
| Type | Description | 
|---|---|
| ThumbnailMode.Strict | 
IsBestfit
Gets a value indicating whether this instance is Bestfit
Declaration
public bool IsBestfit { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsFitoneBestfit
Gets a value indicating whether this instance is FitoneBestfit
Declaration
public bool IsFitoneBestfit { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsStrict
Gets a value indicating whether this instance is Strict
Declaration
public bool IsStrict { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |