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