VirtualizationCacheLength コンストラクター

定義

VirtualizationCacheLength クラスの新しいインスタンスを作成します。

オーバーロード

名前 説明
VirtualizationCacheLength(Double)

ビューポートの各側の均一なキャッシュ長を使用して、 VirtualizationCacheLength クラスの新しいインスタンスを作成します。

VirtualizationCacheLength(Double, Double)

ビューポートの各側のキャッシュ長を指定して、 VirtualizationCacheLength クラスの新しいインスタンスを作成します。

VirtualizationCacheLength(Double)

ビューポートの各側の均一なキャッシュ長を使用して、 VirtualizationCacheLength クラスの新しいインスタンスを作成します。

public:
 VirtualizationCacheLength(double cacheBeforeAndAfterViewport);
public VirtualizationCacheLength(double cacheBeforeAndAfterViewport);
new System.Windows.Controls.VirtualizationCacheLength : double -> System.Windows.Controls.VirtualizationCacheLength
Public Sub New (cacheBeforeAndAfterViewport As Double)

パラメーター

cacheBeforeAndAfterViewport
Double

ビューポートの前後のキャッシュのサイズ。

適用対象

VirtualizationCacheLength(Double, Double)

ビューポートの各側のキャッシュ長を指定して、 VirtualizationCacheLength クラスの新しいインスタンスを作成します。

public:
 VirtualizationCacheLength(double cacheBeforeViewport, double cacheAfterViewport);
public VirtualizationCacheLength(double cacheBeforeViewport, double cacheAfterViewport);
new System.Windows.Controls.VirtualizationCacheLength : double * double -> System.Windows.Controls.VirtualizationCacheLength
Public Sub New (cacheBeforeViewport As Double, cacheAfterViewport As Double)

パラメーター

cacheBeforeViewport
Double

ビューポートの前のキャッシュのサイズ。

cacheAfterViewport
Double

ビューポートの後のキャッシュのサイズ。

適用対象