Gets or sets a value indicating whether to animate the
FloaterImage.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImageViewer
Dim value As Boolean
instance.AnimateFloater = value
value = instance.AnimateFloater
|
Managed Extensions for C++ | |
---|
[DescriptionAttribute("Indicating whether to animate the floater image.")]
[CategoryAttribute("Floater and Region")]
public: __property virtual bool get_AnimateFloater();
public: __property virtual void set_AnimateFloater(
bool value
); |
Return Value
true to enable animation of the
FloaterImage if available; otherwise, false.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also