Leadtools.WinForms Namespace > RasterPictureBox Class : AnimationMode Property |
[CategoryAttribute("Behavior")] [DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")] public RasterPictureBoxAnimationMode AnimationMode {get; set;}
'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")> Public Property AnimationMode As RasterPictureBoxAnimationMode
'Usage Dim instance As RasterPictureBox Dim value As RasterPictureBoxAnimationMode instance.AnimationMode = value value = instance.AnimationMode
[CategoryAttribute("Behavior")] [DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")] public: property RasterPictureBoxAnimationMode AnimationMode { RasterPictureBoxAnimationMode get(); void set ( RasterPictureBoxAnimationMode value); }