UISettings.ScrollBarArrowSize Property

Definition

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

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

Property Value

The size of a scroll bar arrow.

Applies to