ScrollBarThinGetScrollBarThumbRadius Method

Gets the radius of the scroll bar drag control,

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static CornerRadius GetScrollBarThumbRadius(
	ScrollBar target
)

Parameters

target  ScrollBar
ScrollBar with the target.

Return Value

CornerRadius
CornerRadius with the horizontal scrollbar radius.

See Also