Jump to: navigation, search

Changes


EvalExpression

212 bytes added, 08:39, 8 January 2021
/* Conditional Statement */
In this case, if the result of the P0 expression is zero or null, P1 will be effected. Otherwise, P2 will be.
<source lang = "xml">
<Controls:EvalExpression x:Name="WFcolors_IssuedInitialiseParameterWhenNullOrZero" Expression="(P0==0 || P0==null) ? P1 : P2"> <Controls:EvalExpressionParameter Name="P0" Value="{Binding ValuesStoredProfileParameters[SC_STATUSWPType1]}" /> <Controls:EvalExpressionParameter Name="P1" Value="LightGrayWPType1=1" /> <Controls:EvalExpressionParameter Name="P2" Value="{StaticResource MATAP_Priority_GreenBinding ElementName=InitialiseParameter, Path=Result}" />
</Controls:EvalExpression>
</source>
</tab>
</tabs>
 
[[Category:Client|EvalExpression]]
[[Category:Pages with broken file links|EvalExpression]]
[[Category:WinX|EvalExpression]]
[[Category:Xamarin|EvalExpression]]
== Parameters ==