UISettings.ScrollBarThumbBoxSize Property

Definition

Gets the size of a thumb box for windows associated with the app view.

public:
 property Size ScrollBarThumbBoxSize { Size get(); };
Size ScrollBarThumbBoxSize();
public Size ScrollBarThumbBoxSize { get; }
var size = uISettings.scrollBarThumbBoxSize;
Public ReadOnly Property ScrollBarThumbBoxSize As Size

Property Value

The size of the thumb box.

Applies to