Class DisplayResolutionViewModel
Inheritance
System.Object
DisplayResolutionViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Models
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
public class DisplayResolutionViewModel
Constructors
DisplayResolutionViewModel()
Declaration
public DisplayResolutionViewModel()
DisplayResolutionViewModel(IDisplayResolution)
Declaration
public DisplayResolutionViewModel(IDisplayResolution displayResolution)
Parameters
Type | Name | Description |
---|---|---|
IDisplay |
displayResolution |
Properties
Height
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System. |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
Width
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System. |