Class AnimatedImageVisual

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

A class encapsulating the property map of the animated image (AGIF) visual.

C#
Copy
public class AnimatedImageVisual : VisualMap, IDisposable
Inheritance
System.Object
AnimatedImageVisual
Implements
System.IDisposable

Constructors

View Source

AnimatedImageVisual()

Constructor.

Declaration
C#
Copy
public AnimatedImageVisual()
API Level: 3

Properties

View Source

BatchSize

Gets and Sets the batch size for pre-loading images in the AnimatedImageVisual.

Declaration
C#
Copy
public int BatchSize { get; set; }
Property Value
Type Description
Int32
API Level: 4
View Source

CacheSize

Gets and Sets the cache size for loading images in the AnimatedImageVisual.

Declaration
C#
Copy
public int CacheSize { get; set; }
Property Value
Type Description
Int32
API Level: 4
View Source

FrameDelay

Gets and Sets The number of milliseconds between each frame in the AnimatedImageVisual.

Declaration
C#
Copy
public float FrameDelay { get; set; }
Property Value
Type Description
System.Single
API Level: 4
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#
Copy
public float LoopCount { get; set; }
Property Value
Type Description
System.Single
API Level: 5
View Source

URL

Gets and Sets the url in the AnimatedImageVisual.

Declaration
C#
Copy
public string URL { get; set; }
Property Value
Type Description
System.String
API Level: 3
View Source

URLS

Gets and Sets the url list in the AnimatedImageVisual.

Declaration
C#
Copy
public List<string> URLS { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
API Level: 4

Methods

View Source

ComposingPropertyMap()

Compose the out visual map.

Declaration
C#
Copy
protected override void ComposingPropertyMap()
Overrides
API Level: 3

Implements

System.IDisposable