SystemParameters.IconVerticalSpacing 屬性

定義

取得圖示儲存格的高度 (以像素為單位)。 系統使用這個矩形,在大型圖示檢視中排列圖示。

public:
 static property double IconVerticalSpacing { double get(); };
public static double IconVerticalSpacing { get; }
static member IconVerticalSpacing : double
Public Shared ReadOnly Property IconVerticalSpacing As Double

屬性值

圖示儲存格的高度。

備註

對應至參考SPI_ICONVERTICALSPACING SPI_GETICONMETRICS。 請參閱 SystemParametersInfo

XAML 屬性用法

<object property=「{ SystemParameters.IconVerticalSpacing } 」/>

適用於