Cue Struct

Summary

Determines the time index for a KeyFrame.
Namespace
Avalonia.Animation
Interfaces
  • IEquatable<Cue>
  • IEquatable<double>
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type-.->Interface0["IEquatable<Cue>"] Type-.->Interface1["IEquatable<double>"] Type["Cue"] class Type type-node

Syntax

[TypeConverter(typeof(CueTypeConverter))]
public readonly struct Cue : ValueType, IEquatable<Cue>, IEquatable<double>

Attributes

Type Description
TypeConverter

Constructors

Name Summary
Cue(double) Sets a new Cue object.

Properties

Name Value Summary
CueValue double
The normalized percent value, ranging from 0.0 to 1.0

Methods

Name Value Summary
Equals(Cue) bool
Checks for equality between two Cues.
Equals(double) bool
Checks for equality between a Cue and a double value.
Parse(string, CultureInfo) Cue
Parses a string to a Cue object.
static