NoesisGUI

KeyTime Class

namespace Noesis

Specifies the precise timing when a particular key frame should take place

Inheritance Hierarchy

KeyTime

INDEX Class Hierarchy Index

Properties


Name Description
RO Percent Returns the percent value for a KeyTime of type KeyTimeType_Percent
RO TimeSpan Returns the TimeSpan value for a KeyTime of type KeyTimeType_TimeSpan
RO Type Gets the KeyTime type

DP_ Dependency Property      RO_ Read-only


Methods

Name Description
FromPercent Creates a new KeyTime instance, with the KeyTimeType property initialized to the value of the specified parameter
FromTimeSpan Creates a new KeyTime instance, with the KeyTimeType property initialized to the value of the specified parameter
Paced Creates a Paced KeyTime which creates timing behavior resulting in an animation that interpolates at a constant rate
ToString Generates a string representation of the point The string has the following form: "Uniform", "Paced", "21.5%", or a TimeSpan: "0:0:1"
TryParse Tries to parse a KeyTime from a string
Uniform Creates a Uniform KeyTime which divides the allotted time of the animation evenly between key frames
operator== Compares two KetTime objects

Events

KeyTime has no events

© 2017 Noesis Technologies