共用方式為


SpringVector2NaturalMotionAnimation.Period 屬性

定義

取得或設定 Spring 完成單一震動的時間。

public:
 property TimeSpan Period { TimeSpan get(); void set(TimeSpan value); };
TimeSpan Period();

void Period(TimeSpan value);
public System.TimeSpan Period { get; set; }
var timeSpan = springVector2NaturalMotionAnimation.period;
springVector2NaturalMotionAnimation.period = timeSpan;
Public Property Period As TimeSpan

屬性值

Spring 完成單一震動的時間。

適用於