Class AnimatedImageVisual
Definition
- Assembly:
- Tizen.NUI.dll
A class encapsulating the property map of the animated image (AGIF) visual.
public class AnimatedImageVisual : VisualMap
- Inheritance
Constructors
View SourceAnimatedImageVisual()
Constructor.
Declaration
public AnimatedImageVisual()
Properties
View SourceBatchSize
Gets and Sets the batch size for pre-loading images in the AnimatedImageVisual.
Declaration
public int BatchSize { get; set; }
Property Value
Type | Description |
---|---|
int |
CacheSize
Gets and Sets the cache size for loading images in the AnimatedImageVisual.
Declaration
public int CacheSize { get; set; }
Property Value
Type | Description |
---|---|
int |
FrameDelay
Gets and Sets The number of milliseconds between each frame in the AnimatedImageVisual.
Declaration
public float FrameDelay { get; set; }
Property Value
Type | Description |
---|---|
float |
LoopCount
Gets and Sets the number of times the AnimatedImageVisual will be looped. Default -1. if < 0, loop unlimited. else, loop loopCount times.
Declaration
public float LoopCount { get; set; }
Property Value
Type | Description |
---|---|
float |
URL
Gets and Sets the url in the AnimatedImageVisual.
Declaration
public string URL { get; set; }
Property Value
Type | Description |
---|---|
string |
URLS
Gets and Sets the url list in the AnimatedImageVisual.
Declaration
public List<string> URLS { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><string> |
Methods
View SourceComposingPropertyMap()
Compose the out visual map.
Declaration
protected override void ComposingPropertyMap()