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