ScrollBarThinSetScrollBarThumbRadius Method
Sets the radius of the scroll bar drag control.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public static void SetScrollBarThumbRadius(
ScrollBar target,
CornerRadius value
)
Public Shared Sub SetScrollBarThumbRadius (
target As ScrollBar,
value As CornerRadius
)
Parameters
- target ScrollBar
- ScrollBar with the target.
- value CornerRadius
- CornerRadius with the value to set.