XamlUIPresenter.CompleteTimelinesAutomatically Property

Definition

Gets or sets a value that determines whether the host wants timelines to always run to end.

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

Property Value

Boolean

bool

true to always run timelines to end. Otherwise false.

Applies to