Friday, April 29, 2011

applying function on a value returned from MarkupExtension in xaml

Is there a way to apply a function on a value returned from a MarkupExtenstion such as {Binding ... } or {StaticResource ...} in XAML? Usage example: making the font size of button1 to be twice bigger than the font size of button2?

From stackoverflow

0 comments:

Post a Comment