XamlUIPresenter.CompleteTimelinesAutomatically Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.