CompositionConditionalValue.Condition 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 condition expression that determines when to apply modifiers to the visual interaction source.
public:
property ExpressionAnimation ^ Condition { ExpressionAnimation ^ get(); void set(ExpressionAnimation ^ value); };
ExpressionAnimation Condition();
void Condition(ExpressionAnimation value);
public ExpressionAnimation Condition { get; set; }
var expressionAnimation = compositionConditionalValue.condition;
compositionConditionalValue.condition = expressionAnimation;
Public Property Condition As ExpressionAnimation
Property Value
The condition expression that determines when to apply modifiers to the visual interaction source.