<br>
Example of an EqualToVisConverter being used in order to set the visibility of a grid:
<source lang = "xml"> <Grid Visibility="{Binding Values [MP_SCOPECHANGE], Converter={StaticResourceEqualToVisConverter}, ConverterParameter=30}">
</Grid>
<!--The grid will be ONLY visible if the value of this MetaProperty equals the value of the converter parameter. -->
</source>
[[Category:WinX|XAML]]
== Behaviors ==