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