Class AnimatedImageVisual
Definition
- Assembly:
- Tizen.NUI.dll
A class encapsulating the property map of the animated image (AGIF) visual.
C#Copypublic class AnimatedImageVisual : VisualMap, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic AnimatedImageVisual()
Properties
View Source
BatchSize
Gets and Sets the batch size for pre-loading images in the AnimatedImageVisual.
Declaration
C#Copypublic int BatchSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic int CacheSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
View Source
FrameDelay
Gets and Sets The number of milliseconds between each frame in the AnimatedImageVisual.
Declaration
C#Copypublic float FrameDelay { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
View Source
LoopCount
Gets and sets the number of times the AnimatedImageVisual will be looped. The default is -1. If the number is less than 0 then it loops unlimited,otherwise loop loopCount times.
Declaration
C#Copypublic float LoopCount { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Declaration
C#Copypublic string URL { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic List<string> URLS { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
Methods
Declaration
C#Copyprotected override void ComposingPropertyMap()
Overrides
Implements
System.IDisposable