hi guys, say I have this Button markup:
<Button Visibility={Binding Path=Mode, Converter{StaticResource VisibilityConverter}, ConverterParameter=<i want Button.Content here>}
Where the Button.Content is something I want to put at the expression for ConverterParameter. It refers to the current Button's Content property. Thanks, any help would be appreciated.