London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IDisplayResolution

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IDisplayResolution

Properties

Height

Gets the resolution height in pixels.

Declaration
int Height { get; }
Property Value
Type Description
System.Int32

Id

Gets the unique id for this resolution

Declaration
string Id { get; }
Property Value
Type Description
System.String

Name

Gets the name of resolution.

Declaration
string Name { get; }
Property Value
Type Description
System.String

Width

Gets the resolution width in pixels.

Declaration
int Width { get; }
Property Value
Type Description
System.Int32

Extension Methods