ScrollBarThinGetLineButtonVisibility Method

Gets the visibility of the line buttons.

Definition

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

Parameters

target  ScrollBar
ScrollBar with the target.

Return Value

Visibility
Visibility with the visibility of the line buttons.

See Also