Table of Contents

Class PropertyXhtmlAnimation

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

XHTML animation settings (animation type, duration and trigger delay).

public class PropertyXhtmlAnimation : DomItem
Inheritance
PropertyXhtmlAnimation
Inherited Members

Properties

Animation

Gets or sets the animation type (engine specific constant).

public string Animation { get; set; }

Property Value

string

AnimationTime

Gets or sets the animation time.

public string AnimationTime { get; set; }

Property Value

string

TriggerDelay

Gets or sets the trigger delay.

public string TriggerDelay { get; set; }

Property Value

string