LayoutSynchronizer.Update(Visual) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.