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