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 |
|---|---|---|
| IDisplayResolution | displayResolution |
Properties
Height
Declaration
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Id
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Width
Declaration
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |