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