Class CarouselAnimationSettings
Inheritance
System.Object
CarouselAnimationSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class CarouselAnimationSettings : EJTagHelper
Constructors
CarouselAnimationSettings()
Declaration
public CarouselAnimationSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
CustomEffect
Specifies the custom animation effect.
Declaration
public string CustomEffect { get; set; }
Property Value
Type |
Description |
System.String |
|
Effect
Specifies the type of animation. The possible values for this property as follows
None
Slide
Fade
Declaration
public CarouselAnimationEffect Effect { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides