DisplayCanvasGetIsAnimated Method

CVB.Net Documentation
Gets 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 bool GetIsAnimated(
	Visual visual
)

Parameters

visual
Type: System.Windows.MediaVisual
The element to get the value from.

Return Value

Type: Boolean
true if value sets are animated; false if not.
See Also

Reference