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

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

適用対象