Leadtools.WinForms Namespace > RasterImageViewer Class : AnimateFloater Property |
[DescriptionAttribute("Indicating whether to animate the floater image.")] [CategoryAttribute("Floater and Region")] public virtual bool AnimateFloater {get; set;}
'Declaration <DescriptionAttribute("Indicating whether to animate the floater image.")> <CategoryAttribute("Floater and Region")> Public Overridable Property AnimateFloater As Boolean
'Usage Dim instance As RasterImageViewer Dim value As Boolean instance.AnimateFloater = value value = instance.AnimateFloater
[DescriptionAttribute("Indicating whether to animate the floater image.")] [CategoryAttribute("Floater and Region")] public: virtual property bool AnimateFloater { bool get(); void set ( bool value); }