In This Article

ScrollBarThumbDecoration Class

Represents a scrollbar thumb decoration.

public class ScrollBarThumbDecoration : ContentControl
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl object

Constructors

ScrollBarThumbDecoration()

Initializes an instance of the class.

public ScrollBarThumbDecoration()

Methods

ArrangeOverride(Size)

When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.

protected override Size ArrangeOverride(Size arrangeBounds)
Parameter Type Description
arrangeBounds Size

The final area within the parent that this element should use to arrange itself and its children.

Returns

Size:

The actual size used.