SystemParameters.MinimumWindowTrackHeight 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 height of a window, in pixels adjusted for DPI.
public:
static property double MinimumWindowTrackHeight { double get(); };
public static double MinimumWindowTrackHeight { [System.Security.SecurityCritical] get; }
public static double MinimumWindowTrackHeight { get; }
[<get: System.Security.SecurityCritical>]
static member MinimumWindowTrackHeight : double
static member MinimumWindowTrackHeight : double
Public Shared ReadOnly Property MinimumWindowTrackHeight As Double
Property Value
The minimum tracking height of a window.
- Attributes
Remarks
The user cannot drag the window frame to a height smaller than this dimension.
Maps to SM_CYMINTRACK. See GetSystemMetrics.
XAML attribute usage
<object property="{ SystemParameters.MinimumWindowTrackHeight}
"/>
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.