UISettings.ScrollBarArrowSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.