SystemParameters.MinimumWindowTrackWidth 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 minimum tracking width of a window, in pixels adjusted for DPI.
public:
static property double MinimumWindowTrackWidth { double get(); };
public static double MinimumWindowTrackWidth { [System.Security.SecurityCritical] get; }
public static double MinimumWindowTrackWidth { get; }
[<get: System.Security.SecurityCritical>]
static member MinimumWindowTrackWidth : double
static member MinimumWindowTrackWidth : double
Public Shared ReadOnly Property MinimumWindowTrackWidth As Double
Property Value
The minimum tracking width of a window.
- Attributes
Remarks
The user cannot drag the window frame to a width smaller than this dimension.
Maps to SM_CXMINTRACK. See GetSystemMetrics.
XAML attribute usage
<object property="{ SystemParameters.MinimumWindowTrackWidth}
"/>
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.