UIElement.RotationTransition Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta scalarTransition che anima le modifiche apportate alla proprietà Rotation.
ScalarTransition RotationTransition();
void RotationTransition(ScalarTransition value);
public ScalarTransition RotationTransition { get; set; }
var scalarTransition = uIElement.rotationTransition;
uIElement.rotationTransition = scalarTransition;
Public Property RotationTransition As ScalarTransition
Valore della proprietà
ScalarTransition che anima le modifiche apportate alla proprietà Rotation.