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
RPointthe location to scroll to
Properties
X
the x location to scroll to
public double X { get; }
Property Value
Y
the x location to scroll to
public double Y { get; }
Property Value
Methods
ToString()
Return the string representation of the scroll event args.
public override string ToString()