Summary
Determines the time index for a
KeyFrame
.
- Namespace
- Avalonia
.Animation - Interfaces
-
- IEquatable
<Cue> - IEquatable
<double>
- IEquatable
- 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 |
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 |
bool |
Checks for equality between two
Cue s.
|
Equals |
bool | |
Parse |
Cue |
Parses a string to a
Cue object.
static
|