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
isVerticalboolWhether scroll bar is vertical or horizontal.
sizeSizeDSize of the scroll bar.
scaleFactordouble?Scaling factor. Optional.