Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

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