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