Compartir a través de


XamlUIPresenter.CompleteTimelinesAutomatically Propiedad

Definición

Obtiene o establece un valor que determina si el host quiere que las escalas de tiempo siempre se ejecuten hasta el final.

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

Valor de propiedad

Boolean

bool

True para ejecutar siempre escalas de tiempo hasta el final. De lo contrario , false.

Se aplica a