| Visual Basic (Declaration) | |
|---|---|
<DescriptionAttribute("Indicating whether to animate the floater image.")> <CategoryAttribute("Floater and Region")> Public Overridable Property AnimateFloater As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DescriptionAttribute("Indicating whether to animate the floater image.")] [CategoryAttribute("Floater and Region")] public virtual bool AnimateFloater {get; set;} | |
| C++/CLI | |
|---|---|
[DescriptionAttribute("Indicating whether to animate the floater image.")] [CategoryAttribute("Floater and Region")] public: virtual property bool AnimateFloater { bool get(); void set (bool value); } | |
Return Value
true to enable animation of the RasterImageViewer.FloaterImage if available; otherwise, false.For an example, refer to RasterImageViewer.FloaterImage.
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