UISettings.ScrollBarSize Property

Definition

Gets the size of a scroll bar for windows associated with the app view.

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

Property Value

The size of the scroll bar.

Applies to