Table of Contents

Class SKStreamLottieImageSource

Namespace
SkiaSharp.Extended.UI.Controls
Assembly
SkiaSharp.Extended.UI.dll

A Lottie image source that loads animations from a stream.

public class SKStreamLottieImageSource : SKLottieImageSource, INotifyPropertyChanged, IElementController, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IElement
Inheritance
SKStreamLottieImageSource
Implements
Inherited Members

Constructors

SKStreamLottieImageSource()

Fields

StreamProperty

Identifies the Stream bindable property.

Properties

IsEmpty

Gets a value indicating whether this image source has no content.

Stream

Gets or sets the factory function that provides the animation stream.

Methods

LoadAnimationAsync(CancellationToken)

Loads the Lottie animation asynchronously.