Share via


SystemParameters.ResizeFrameHorizontalBorderHeight Vlastnost

Definice

Získá hodnotu, která označuje výšku (tloušťku) v pixelech upravenou pro DPI, vodorovné ohraničení velikosti po obvodu okna, které lze změnit velikost.

public:
 static property double ResizeFrameHorizontalBorderHeight { double get(); };
public static double ResizeFrameHorizontalBorderHeight { [System.Security.SecurityCritical] get; }
public static double ResizeFrameHorizontalBorderHeight { get; }
[<get: System.Security.SecurityCritical>]
static member ResizeFrameHorizontalBorderHeight : double
static member ResizeFrameHorizontalBorderHeight : double
Public Shared ReadOnly Property ResizeFrameHorizontalBorderHeight As Double

Hodnota vlastnosti

Výška ohraničení

Atributy

Poznámky

Mapuje se na SM_CXSIZEFRAME. Viz GetSystemMetrics.

Použití atributu XAML

<object property="{ SystemParameters.ResizeFrameHorizontalBorderHeight}"/>

Platí pro