ClassScrollToOffsetActionDescriptor
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Xaml.Descriptors
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public class ScrollToOffsetActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Inheritance: objectDataBoundObjectAutomationDescriptorActionDescriptorXamlActionDescriptorScrollToOffsetActionDescriptor
Implements:
Inherited Members
Constructors
ScrollToOffsetActionDescriptor()
Declaration
public ScrollToOffsetActionDescriptor()
ScrollToOffsetActionDescriptor(IFrameworkElement, double)
Declaration
public ScrollToOffsetActionDescriptor(IFrameworkElement target, double offset)
Parameters
target
offset
Properties
FriendlyDescription
Get a friendly description of this descriptor to show in the scenario explorer.
Declaration
public override string FriendlyDescription { get; }
Property Value
Overrides
Offset
Declaration
[DataMember(Name = "Offset")]
[PrimaryProperty]
public double Offset { get; set; }
Property Value
SimulateRealUser
Declaration
[Browsable(false)]
[DataMember(Name = "SimulateRealUser", IsRequired = false)]
public override bool SimulateRealUser { get; set; }
Property Value
Overrides
Methods
Execute(IApplication)
Declaration
public override void Execute(IApplication hostApp)
Parameters
hostApp
Overrides
ToCode()
This method is called when the user requests code generation. The framework initializes the TestMethod property of this object with a new instance that this method simply needs to add its custom codegen to it.
Declaration
public override void ToCode()
Overrides