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
AnimationTime
Gets or sets the animation time.
public string AnimationTime { get; set; }
Property Value
TriggerDelay
Gets or sets the trigger delay.
public string TriggerDelay { get; set; }