RectAnimation.IsAdditive Proprietà
Definizione
Ottiene o imposta un valore che indica se il valore corrente della proprietà di destinazione deve essere aggiunto al valore iniziale dell'animazione.Gets or sets a value that indicates whether the target property's current value should be added to this animation's starting value.
public:
property bool IsAdditive { bool get(); void set(bool value); };
public bool IsAdditive { get; set; }
member this.IsAdditive : bool with get, set
Public Property IsAdditive As Boolean
Valore della proprietà
true
se il valore corrente della proprietà di destinazione deve essere aggiunto al valore iniziale dell'animazione; in caso contrario, false
.true
if the target property's current value should be added to this animation's starting value; otherwise, false
. Il valore predefinito è false
.The default is false
.
Commenti
Se per l'animazione è stata impostata solo una delle From To proprietà, o By , l'impostazione di questa proprietà non ha alcun effetto.If the animation has only one of its From, To, or By properties set, setting this property has no effect.
Informazioni proprietà di dipendenzaDependency Property Information
Campo identificatoreIdentifier field | IsAdditiveProperty |
Proprietà dei metadati impostate su true Metadata properties set to true |
nessunoNone |
Nota
Questa proprietà di dipendenza è insolita in quanto il campo identificatore per esso deriva da AnimationTimeline e viene condiviso da varie classi derivate.This dependency property is unusual in that the identifier field for it comes from AnimationTimeline, and is shared by various derived classes.