Ajay Bhayani

Tuesday, 14 May 2013

important toolkit for windows 8 store apps(also for image editing)

http://winrtxamltoolkit.codeplex.com/releases/view/105098
Posted by Unknown at 02:03 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Monday, 25 February 2013

dynamic set css in c#


.selected { font-style: bold; }
When a link is clicked set that link's CSS class to "selected" and the others to "";
EDIT: To accommodate for existing Css Class
const string MY_CLASS = "links";
lb1.CssClass = MY_CLASS + " selected"; // selected
lb.CssClass = MY_CLASS; // not selected
Posted by Unknown at 04:31 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Image Rotation in W8 Store app

http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh700359.aspx
Posted by Unknown at 03:59 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Home
Subscribe to: Posts (Atom)

Blog Archive

  • ▼  2016 (1)
    • ▼  May (1)
      • youtube mp3 video download
  • ►  2015 (7)
    • ►  December (2)
    • ►  October (1)
    • ►  April (1)
    • ►  March (2)
    • ►  February (1)
  • ►  2014 (13)
    • ►  October (2)
    • ►  September (1)
    • ►  August (1)
    • ►  May (2)
    • ►  April (5)
    • ►  March (1)
    • ►  February (1)
  • ►  2013 (5)
    • ►  December (1)
    • ►  October (1)
    • ►  May (1)
    • ►  February (2)

About Me

Unknown
View my complete profile
Picture Window theme. Powered by Blogger.