ScrollParam Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scroll.
public class ScrollParam : Azure.AI.AgentServer.Responses.Models.ComputerAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ScrollParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ScrollParam>
type ScrollParam = class
inherit ComputerAction
interface IJsonModel<ScrollParam>
interface IPersistableModel<ScrollParam>
Public Class ScrollParam
Inherits ComputerAction
Implements IJsonModel(Of ScrollParam), IPersistableModel(Of ScrollParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ScrollParam(Int64, Int64, Int64, Int64) |
Initializes a new instance of ScrollParam. |
Properties
| Name | Description |
|---|---|
| ScrollX |
The horizontal scroll distance. |
| ScrollY |
The vertical scroll distance. |
| X |
The x-coordinate where the scroll occurred. |
| Y |
The y-coordinate where the scroll occurred. |