Cue Structure

Determines the time index for a KeyFrame.

Definition

Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[TypeConverterAttribute(typeof(CueTypeConverter))]
public readonly struct Cue : IEquatable<Cue>, 
	IEquatable<double>
Inheritance
Object    ValueType    Cue
Implements
IEquatableCue, IEquatableDouble

Properties

CueValue The normalized percent value, ranging from 0.0 to 1.0

Methods

Equals(Double) Checks for equality between a Cue and a Double value.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Parse(String, CultureInfo) Parses a string to a Cue object.

See Also