HtmlScrollEventArgs

TheArtOfDev.HtmlRenderer.Core.Entities

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

継承元: EventArgs

コンストラクター

HtmlScrollEventArgs(RPoint)

Init.

location
the location to scroll to

プロパティ

X : double

the x location to scroll to

Y : double

the x location to scroll to

メソッド

ToString() : string

Return the string representation of the scroll event args.

フィールド

_location : RPoint

the location to scroll to