Class BadgeAnimationType
The type of animation for badge.
Inheritance
System.Object
BadgeAnimationType
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public sealed class BadgeAnimationType : Enum
Fields
None
Disables the animation of badge.
Declaration
public const BadgeAnimationType None
Field Value
BadgeAnimationType
|
Scale
Scaling animation of badge.
Declaration
public const BadgeAnimationType Scale
Field Value
BadgeAnimationType
|
value__
Declaration
public int value__
Field Value
System.Int32
|