KeyTime.Percent 屬性

定義

取得主要畫面格的結束時間,以動畫總持續時間的百分比表示。

public:
 property double Percent { double get(); };
public double Percent { get; }
member this.Percent : double
Public ReadOnly Property Percent As Double

屬性值

Double

Percent 值。

例外狀況

如果這個執行個體不是類型 Percent

備註

當主要時間以百分比表示時,主要畫面格結束時間會指定為主要畫面格動畫持續時間的百分比。 例如,如果主要畫面格動畫的持續時間為四秒,而 75% 會指定為 KeyTime 主要畫面格的百分比,則主要畫面格會在第 3 秒之後結束。

適用於