Class ImageCapturingViewModel
Inheritance
System.Object
ImageCapturingViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ImageCapturingViewModel : ViewModelBase, IUserSettingsPageViewModel
Constructors
ImageCapturingViewModel(UserSettings)
Declaration
public ImageCapturingViewModel(UserSettings userSettings)
Parameters
UserSettings
userSettings
|
Properties
ClearAllImages
Declaration
public CommandHandler ClearAllImages { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
DisplayElementImagePreview
Declaration
public bool DisplayElementImagePreview { get; set; }
Property Value
System.Boolean
|
ElementImageSearchDelay
Declaration
public int ElementImageSearchDelay { get; set; }
Property Value
System.Int32
|
ElementImageSearchTimeout
Declaration
public int ElementImageSearchTimeout { get; set; }
Property Value
System.Int32
|
ElementImageThreshold
Declaration
public int ElementImageThreshold { get; set; }
Property Value
System.Int32
|
EnableImageSearch
Declaration
public bool EnableImageSearch { get; set; }
Property Value
System.Boolean
|
Heading
Declaration
public string Heading { get; }
Property Value
System.String
|
HelpLinkCommand
Declaration
public CommandHandler HelpLinkCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
IsElementImageCapturingEnabled
Declaration
public bool IsElementImageCapturingEnabled { get; set; }
Property Value
System.Boolean
|
IsStandAlone
Declaration
public bool IsStandAlone { get; }
Property Value
System.Boolean
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
System.Boolean
|
ScrollOnImageSearch
Declaration
public bool ScrollOnImageSearch { get; set; }
Property Value
System.Boolean
|
SearchByImageFirst
Declaration
public bool SearchByImageFirst { get; set; }
Property Value
System.Boolean
|
UseScreenshotCache
Declaration
public bool UseScreenshotCache { get; set; }
Property Value
System.Boolean
|
View
Declaration
public UserControl View { get; }
Property Value
System.Windows.Controls.UserControl
|