Skip to content

ScrollBarPosition (class)

Julius Kirsch edited this page Jan 21, 2023 · 1 revision

ScrollBarPosition

Constructor:

public class ScrollBarPosition(double ValueX = 0, double ValueY = 0);

Parameter:

public double ValueX { get; set; }
public double ValueY { get; set; }

Parameter Meaning
ValueX The amount of horizontal scrolled pixels
ValueY The amount of vertical scrolled pixels
Clone this wiki locally