DisplayCanvasSetIsAnimated Method

CVB.Net Documentation
Sets the animated status of the ZoomCenter and ZoomFactor changes.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

[TypeConverterAttribute(typeof(BooleanConverter))]
public void SetIsAnimated(
	Visual visual,
	bool isAnimated
)

Parameters

visual
Type: System.Windows.MediaVisual
The element to set the value on.
isAnimated
Type: SystemBoolean
true if value sets are animated; false for not.
See Also

Reference