GalleryOptionsImageLoad.AnimationType Property
Gets or sets the animation that follows image loading for items within this gallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(ImageContentAnimationType.None)]
public ImageContentAnimationType AnimationType { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.Utils.ImageContentAnimationType | None | An DevExpress.Utils.ImageContentAnimationType enumerator value that specifies the animation that follows image loading for items within this gallery. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AnimationType |
---|---|
BaseGallery |
|
Remarks
The animation specified by the AnimationType property is used when gallery items load their images asynchronously. See the BaseGallery.OptionsImageLoad property to learn more.
See Also