Class
ImageCapturingViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ImageCapturingViewModel : ViewModelBase, IUserSettingsPageViewModel

Inheritance: objectImageCapturingViewModel

Implements: IUserSettingsPageViewModel

Constructors

ImageCapturingViewModel(UserSettings)

Declaration

cs-api-definition
public ImageCapturingViewModel(UserSettings userSettings)

Parameters

userSettings

UserSettings

Properties

ClearAllImages

Declaration

cs-api-definition
public CommandHandler ClearAllImages { get; }

Property Value

CommandHandler

DisplayElementImagePreview

Declaration

cs-api-definition
public bool DisplayElementImagePreview { get; set; }

Property Value

bool

ElementImageSearchDelay

Declaration

cs-api-definition
public int ElementImageSearchDelay { get; set; }

Property Value

int

ElementImageSearchTimeout

Declaration

cs-api-definition
public int ElementImageSearchTimeout { get; set; }

Property Value

int

ElementImageThreshold

Declaration

cs-api-definition
public int ElementImageThreshold { get; set; }

Property Value

int

EnableImageSearch

Declaration

cs-api-definition
public bool EnableImageSearch { get; set; }

Property Value

bool

Heading

Declaration

cs-api-definition
public string Heading { get; }

Property Value

string

HelpLinkCommand

Declaration

cs-api-definition
public CommandHandler HelpLinkCommand { get; }

Property Value

CommandHandler

IsElementImageCapturingEnabled

Declaration

cs-api-definition
public bool IsElementImageCapturingEnabled { get; set; }

Property Value

bool

IsStandAlone

Declaration

cs-api-definition
public bool IsStandAlone { get; }

Property Value

bool

IsValid

Declaration

cs-api-definition
public bool IsValid { get; }

Property Value

bool

ScrollOnImageSearch

Declaration

cs-api-definition
public bool ScrollOnImageSearch { get; set; }

Property Value

bool

SearchByImageFirst

Declaration

cs-api-definition
public bool SearchByImageFirst { get; set; }

Property Value

bool

UseScreenshotCache

Declaration

cs-api-definition
public bool UseScreenshotCache { get; set; }

Property Value

bool

View

Declaration

cs-api-definition
public UserControl View { get; }

Property Value

UserControl