SystemParameters.VerticalScrollBarButtonHeight 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 a value that indicates the height, in pixels adjusted for DPI, of the arrow bitmap on a vertical scroll bar.
public:
 static property double VerticalScrollBarButtonHeight { double get(); };
	public static double VerticalScrollBarButtonHeight { [System.Security.SecurityCritical] get; }
	public static double VerticalScrollBarButtonHeight { get; }
	[<get: System.Security.SecurityCritical>]
static member VerticalScrollBarButtonHeight : double
	static member VerticalScrollBarButtonHeight : double
	Public Shared ReadOnly Property VerticalScrollBarButtonHeight As Double
	Property Value
The height of a bitmap.
- Attributes
 
Remarks
Maps to SM_CYVSCROLL. See GetSystemMetrics.
XAML attribute usage
<object property="{ SystemParameters.VerticalScrollBarButtonHeight}"/>