c# - Is it possible to supply a type converter for a static resource in Silverlight? -
i'm trying style lineseries chart has datetime objects on independent axis , integer values in dependent axis. want show tooltip text whenever user overs mouse on datapoint, showing both independent , dependent values, need format datetime object in order display formatation like.
i found this example uses property contentstringformat of contentcontrol, after digging learnt that property not available in silverlight, on wpf. found another example uses converter, can't place converter definition on resoursedictionary can on usercontrol, because resourcedictionary doesn't have property resources.. :(
i don't know if explained myself right, question is.. possible supply type converter static resource in silverlight?
edit - xaml
take @ thread: pass value of field silverlight converterparameter
it has tons of different approaches getting around converter limitations!
Comments
Post a Comment