Class EmulatedDeviceViewModel
Inheritance
System.Object
EmulatedDeviceViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class EmulatedDeviceViewModel : ViewModelBase, IUserSettingsPageViewModel
Constructors
EmulatedDeviceViewModel(UserSettings)
Declaration
public EmulatedDeviceViewModel(UserSettings userSettings)
Parameters
UserSettings
userSettings
|
Properties
AvailableDevices
Declaration
public IEnumerable<string> AvailableDevices { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
CanEditSettings
Declaration
public bool CanEditSettings { get; }
Property Value
System.Boolean
|
Device
Declaration
public string Device { get; set; }
Property Value
System.String
|
Heading
Declaration
public string Heading { get; }
Property Value
System.String
|
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
System.Boolean
|
UserAgent
Declaration
public string UserAgent { get; set; }
Property Value
System.String
|
View
Declaration
public UserControl View { get; }
Property Value
System.Windows.Controls.UserControl
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|