CompositionConditionalValue.Value Property

Definition

The modified input expression to be applied when the condition is true.

public:
 property ExpressionAnimation ^ Value { ExpressionAnimation ^ get(); void set(ExpressionAnimation ^ value); };
ExpressionAnimation Value();

void Value(ExpressionAnimation value);
public ExpressionAnimation Value { get; set; }
var expressionAnimation = compositionConditionalValue.value;
compositionConditionalValue.value = expressionAnimation;
Public Property Value As ExpressionAnimation

Property Value

The modified input expression to be applied when the condition is true.

Applies to