SystemParameters.MenuHeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用於決定功能表高度的度量資訊。
public:
static property double MenuHeight { double get(); };
public static double MenuHeight { get; }
static member MenuHeight : double
Public Shared ReadOnly Property MenuHeight As Double
屬性值
功能表高度。
備註
從SPI_GETNONCLIENTMETRICS取得計量。 請參閱 SystemParametersInfo。
XAML 屬性用法
<
object property=「{ SystemParameters.MenuHeight }
」/>