Table of Contents

Class HtmlScrollEventArgs

Namespace
TheArtOfDev.HtmlRenderer.Core.Entities
Assembly
StockSharp.Xaml.dll

Raised when Html Renderer request scroll to specific location.
This can occur on document anchor click.

public sealed class HtmlScrollEventArgs : EventArgs
Inheritance
HtmlScrollEventArgs
Inherited Members
Extension Methods

Constructors

HtmlScrollEventArgs(RPoint)

Init.

public HtmlScrollEventArgs(RPoint location)

Parameters

location RPoint

the location to scroll to

Properties

X

the x location to scroll to

public double X { get; }

Property Value

double

Y

the x location to scroll to

public double Y { get; }

Property Value

double

Methods

ToString()

Return the string representation of the scroll event args.

public override string ToString()

Returns

string