次の方法で共有


LayoutSynchronizer.Update(Visual) Method

Definition

Synchronously lays out the given element if synchronization is currently active.

public:
 static void Update(System::Windows::Media::Visual ^ element);
public static void Update (System.Windows.Media.Visual element);
static member Update : System.Windows.Media.Visual -> unit
Public Shared Sub Update (element As Visual)

Parameters

element
Visual

The element which may need to be laid out synchronously.

Applies to