ScrollBarThin Class

Attached properties to customize the appearance of the ScrollBar control when styles based on ScrollBarThinStyle are applied.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class ScrollBarThin : DependencyObject
Inheritance
Object    DispatcherObject    DependencyObject    ScrollBarThin

Constructors

ScrollBarThinInitializes a new instance of the ScrollBarThin class

Methods

GetHorizontalScrollBarRadius Gets the corner radius of the horizontal scroll bar.
GetLineButtonVisibility Gets the visibility of the line buttons.
GetScrollBarThumbRadius Gets the radius of the scroll bar drag control,
GetVerticalScrollBarRadius Gets the corner radius of the vertical scroll bar.
SetHorizontalScrollBarRadius Set the corner radius of the horizontal scroll bar.
SetLineButtonVisibility Sets the visibility of line buttons.
SetScrollBarThumbRadius Sets the radius of the scroll bar drag control.
SetVerticalScrollBarRadius Set the corner radius of the vertical scroll bar.

Fields

HorizontalScrollBarRadiusProperty Horizontal scroll bar corner radius property.
LineButtonVisibilityProperty Line buttons visibility property.
ScrollBarThumbRadiusProperty Scrollbar/Drag control radius property.
VerticalScrollBarRadiusProperty Property of the corner radius of the vertical scroll bar.

Attached Properties

HorizontalScrollBarRadius Horizontal scroll bar corner radius property.
LineButtonVisibility Line buttons visibility property.
ScrollBarThumbRadius Scrollbar/Drag control radius property.
VerticalScrollBarRadius Property of the corner radius of the vertical scroll bar.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also