Show / Hide Table of Contents

Class BooleanAnimationUsingKeyFrames

Animates the value of a property that takes a System.Boolean along a set of KeyFrames over a specified Duration.

Inheritance
System.Object
DependencyObject
Timeline
AnimationTimeline
BooleanAnimationUsingKeyFrames
Inherited Members
Timeline.Completed
Timeline.AutoReverseProperty
Timeline.AutoReverse
Timeline.BeginTimeProperty
Timeline.BeginTime
Timeline.DurationProperty
Timeline.Duration
Timeline.FillBehaviorProperty
Timeline.FillBehavior
Timeline.RepeatBehaviorProperty
Timeline.RepeatBehavior
Timeline.SpeedRatioProperty
Timeline.SpeedRatio
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public sealed class BooleanAnimationUsingKeyFrames : AnimationTimeline, IDependencyObject

Constructors

| Improve this Doc View Source

BooleanAnimationUsingKeyFrames()

Initializes a new instance of the BooleanAnimationUsingKeyFrames class.

Declaration
public BooleanAnimationUsingKeyFrames()

Properties

| Improve this Doc View Source

KeyFrames

Gets or sets the collection of BooleanKeyFrame objects that define the animation.

Declaration
public BooleanKeyFrameCollection KeyFrames { get; set; }
Property Value
Type Description
BooleanKeyFrameCollection

The collection of BooleanKeyFrame objects that define the animation. The default value is an empty collection.

Methods

| Improve this Doc View Source

GetNaturalDurationCore()

Declaration
protected sealed override Duration GetNaturalDurationCore()
Returns
Type Description
Duration
Overrides
AnimationTimeline.GetNaturalDurationCore()

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source