ScrollAction 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.
A scroll action.
public class ScrollAction : Azure.AI.Agents.Persistent.ComputerUseAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.ScrollAction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.ScrollAction>
type ScrollAction = class
inherit ComputerUseAction
interface IJsonModel<ScrollAction>
interface IPersistableModel<ScrollAction>
Public Class ScrollAction
Inherits ComputerUseAction
Implements IJsonModel(Of ScrollAction), IPersistableModel(Of ScrollAction)
- Inheritance
- Implements
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. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |