UISettings.ScrollBarSize 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 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.