Cue Struct
Definition
Determines the time index for a Avalonia.Animation.KeyFrame.
public struct Cue
Constructors
| Name | Description |
|---|---|
| Cue | Sets a new Avalonia.Animation.Cue object. |
Cue Constructor
Sets a new Avalonia.Animation.Cue object.
public Cue(double value)
Parameters
value double
Methods
| Name | Description |
|---|---|
| Equals (3 overloads) | No summary available. |
| GetHashCode | No summary available. |
| Parse | Parses a string to a Avalonia.Animation.Cue object. |
| ToString | No summary available. |
Equals overloads
Equals Method
public bool Equals(Avalonia.Animation.Cue other)
Parameters
other Avalonia.Animation.Cue
Returns
bool
Equals Method
Checks for equality between a Avalonia.Animation.Cue and a double value.
public bool Equals(double other)
Parameters
other double
Returns
bool
Equals Method
public bool Equals(object obj)
Parameters
obj object
Returns
bool
GetHashCode Method
public int GetHashCode()
Returns
int
Parse Method
Parses a string to a Avalonia.Animation.Cue object.
public Avalonia.Animation.Cue Parse(string value, System.Globalization.CultureInfo culture)
Parameters
value string
culture System.Globalization.CultureInfo
Returns
ToString Method
public string ToString()
Returns
string
Properties
| Name | Description |
|---|---|
| CueValue | The normalized percent value, ranging from 0.0 to 1.0 |
CueValue Property
The normalized percent value, ranging from 0.0 to 1.0
public double CueValue { get; set; }