SystemParameters.HorizontalScrollBarButtonWidth 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 width, in pixels, of the arrow bitmap on a horizontal scroll bar.
public:
static property double HorizontalScrollBarButtonWidth { double get(); };
public static double HorizontalScrollBarButtonWidth { [System.Security.SecurityCritical] get; }
public static double HorizontalScrollBarButtonWidth { get; }
[<get: System.Security.SecurityCritical>]
static member HorizontalScrollBarButtonWidth : double
static member HorizontalScrollBarButtonWidth : double
Public Shared ReadOnly Property HorizontalScrollBarButtonWidth As Double
Property Value
The width of the arrow bitmap.
- Attributes
Remarks
Maps to SM_CXHSCROLL. See GetSystemMetrics.
XAML attribute usage
<object property="{ SystemParameters.HorizontalScrollBarButtonWidth}
"/>
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.