BitmapImage.IsAnimatedBitmapProperty Property
Definition
Identifies the IsAnimatedBitmap dependency property.
Equivalent WinUI property: Microsoft.UI.Xaml.Media.Imaging.BitmapImage.IsAnimatedBitmapProperty.
public:
static property DependencyProperty ^ IsAnimatedBitmapProperty { DependencyProperty ^ get(); };
DependencyProperty IsAnimatedBitmapProperty();
public static DependencyProperty IsAnimatedBitmapProperty { get; }
var dependencyProperty = BitmapImage.isAnimatedBitmapProperty;
Public Shared ReadOnly Property IsAnimatedBitmapProperty As DependencyProperty
Property Value
The identifier for the IsAnimatedBitmap dependency property.
Windows 10 requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|