Interface IDisplayResolution
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 11.20.7Syntax
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 |