Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Style magnifier form c# and not form xaml (Read 1967 times)
PDM.
Senior Member
****
Offline


I love YaBB 1G - SP1!

Posts: 256
Joined: Dec 2nd, 2010
Style magnifier form c# and not form xaml
Jul 31st, 2014 at 10:05am
Print Post  
Hello Stoyo

How style form c#?

form.MagnifierStyle = ??




  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Style magnifier form c# and not form xaml
Reply #1 - Jul 31st, 2014 at 11:19am
Print Post  
Hi,

That property's only purpose is to let you change the magnifier's template so you can't do much through it. You could still load a Xaml template and set it from code if you want to change templates dynamically, e.g.:

form.MagnifierStyle = (Style)window.Resources["MyMagnifier"];

The Magnifier sample project does something of that kind.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint