CompositionConditionalValue.Value 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.
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.