Interface IItemDto
Interface IItemDto
Namespace: MediaBrowser.Model.Dto
Assembly: MediaBrowser.Model.dll
Syntax
public interface IItemDto
Properties
PrimaryImageAspectRatio
Gets or sets the primary image aspect ratio.
Declaration
double? PrimaryImageAspectRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The primary image aspect ratio. |