XamlUIPresenter.CompleteTimelinesAutomatically 屬性

定義

取得或設定值,這個值會決定主機是否要一律以結束執行時程表。

public:
 static property bool CompleteTimelinesAutomatically { bool get(); void set(bool value); };
static bool CompleteTimelinesAutomatically();

static void CompleteTimelinesAutomatically(bool value);
public static bool CompleteTimelinesAutomatically { get; set; }
var boolean = XamlUIPresenter.completeTimelinesAutomatically;
XamlUIPresenter.completeTimelinesAutomatically = boolean;
Public Shared Property CompleteTimelinesAutomatically As Boolean

屬性值

Boolean

bool

true 表示一律要結束執行時程表。 否則 為 false

適用於