Page 1 of 1

is FindResource is supported ?

Posted: Sat Sep 17, 2016 4:18 am
by Sesztak
Dear JS-Support,
is FindResource is supported ?, like :

Storyboard sb = this.FindResource("PlayAnimation") as Storyboard;

How to find resouces in e.g. <Page.Resources> </Page.Resources> or external resources ?

Thanks in advance,
BR,
Péter

Re: is FindResource is supported ?

Posted: Sat Sep 17, 2016 4:26 am
by Sesztak
1.) Is this a proper way /syntax ?:
var storyboard = (Storyboard)mainPage.Resources["PlayAnimation"];

New question:
2.) how to set the target ??, like:
Storyboard.SetTarget(storyboard, buttonDoubleAnimationSample);

please, confirm.
Thanks,
Péter