Method GetThumbSize
GetThumbSize(bool, SizeD, double?)
Gets size of the scroll thumb from the system metrics.
public SizeD GetThumbSize(bool isVertical, SizeD size, double? scaleFactor = null)
Parameters
isVertical
boolWhether scroll bar is vertical or horizontal.
size
SizeDSize of the scroll bar.
scaleFactor
double?Scaling factor. Optional.