IMediaList.Length

IMediaList.Length property

The length attribute must return the number of media queries in the collection of media queries. The range of valid media is 0 to length-1 inclusive.

public long Length { get; }

Property Value

Returns the number of media queries in the MediaList.

See Also