Class ImageOption
Inheritance
System.Object
ImageOption
Namespace: MediaBrowser.Model.Configuration
Assembly: MediaBrowser.Model.dll
Syntax
public class ImageOption
Properties
Limit
Gets or sets the limit.
Declaration
public int Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The limit. |
MinWidth
Gets or sets the minimum width.
Declaration
public int MinWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The minimum width. |
Type
Gets or sets the type.
Declaration
public ImageType Type { get; set; }
Property Value
Type | Description |
---|---|
ImageType | The type. |