SystemParameters.MaximumWindowTrackHeight 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 maximum height, in pixels adjusted for DPI, of a window that has a caption and sizing borders.
public:
static property double MaximumWindowTrackHeight { double get(); };
public static double MaximumWindowTrackHeight { [System.Security.SecurityCritical] get; }
public static double MaximumWindowTrackHeight { get; }
[<get: System.Security.SecurityCritical>]
static member MaximumWindowTrackHeight : double
static member MaximumWindowTrackHeight : double
Public Shared ReadOnly Property MaximumWindowTrackHeight As Double
Property Value
The maximum window height.
- Attributes
Remarks
This metric refers to the entire desktop. The user cannot drag the window frame to a height larger than this dimension.
Maps to SM_CYMAXTRACK. See GetSystemMetrics.
XAML attribute usage
<object property="{ SystemParameters.MaximumWindowTrackHeight}
"/>
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.