Leadtools.WinForms Namespace > RasterImageViewer Class : AnimateRegion Property |
[CategoryAttribute("Floater and Region")] [DescriptionAttribute("Enables or disables animation of the image's region frame.")] public virtual bool AnimateRegion {get; set;}
'Declaration <CategoryAttribute("Floater and Region")> <DescriptionAttribute("Enables or disables animation of the image's region frame.")> Public Overridable Property AnimateRegion As Boolean
'Usage Dim instance As RasterImageViewer Dim value As Boolean instance.AnimateRegion = value value = instance.AnimateRegion
[CategoryAttribute("Floater and Region")] [DescriptionAttribute("Enables or disables animation of the image's region frame.")] public: virtual property bool AnimateRegion { bool get(); void set ( bool value); }