Share via


VirtualizingPanel.SetCacheLengthUnit Méthode

Définition

Définit la propriété jointe CacheLengthUnit.

public:
 static void SetCacheLengthUnit(System::Windows::DependencyObject ^ element, System::Windows::Controls::VirtualizationCacheLengthUnit value);
public static void SetCacheLengthUnit (System.Windows.DependencyObject element, System.Windows.Controls.VirtualizationCacheLengthUnit value);
static member SetCacheLengthUnit : System.Windows.DependencyObject * System.Windows.Controls.VirtualizationCacheLengthUnit -> unit
Public Shared Sub SetCacheLengthUnit (element As DependencyObject, value As VirtualizationCacheLengthUnit)

Paramètres

element
DependencyObject

Objet sur lequel la propriété doit être définie.

value
VirtualizationCacheLengthUnit

Type d'unité utilisé par la propriété CacheLength.

S’applique à