Specifies the display type for the carousel items.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic CarouselType Type { get; set; }
Public Property Type As CarouselType
Get
Set
public:
property CarouselType Type {
CarouselType get ();
void set (CarouselType value);
}
member Type : CarouselType with get, set
Property Value
Type:
CarouselType
See Also