Traitée Shiny Objects

  • mercredi 2 mai 2012 17:05
     
     

    Is there a fast way to make any objects in WPF looks shiny?

    regards

    Adel K

Toutes les réponses

  • mercredi 2 mai 2012 18:31
     
     

    Try this link

    http://wpfthemes.codeplex.com/

    IMHO, simple UI is always user friendly, and with metro (Windows 8) you might see where the UI design is leading to.


    Regards Vallarasu S. FSharpMe.blogspot.com

  • vendredi 4 mai 2012 05:00
    Modérateur
     
     

    Hi Adel K,

    If you want to make one object looks shiny, you could create a style for this control, if you want to make all controls look shiny, you could apply a WPF theme, for more information, you could refer to:

    http://asimsajjad.blogspot.com/2009/05/changing-theme-in-wpf.html

    create your resource file, and then apply it to control, I think there is no other simper method.

    best regards,


    Sheldon _Xiao[MSFT]
    MSDN Community Support | Feedback to us
    Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • lundi 7 mai 2012 09:02
     
     

    Hi dears,

    Let me be direct, I have a rectangle and I want to give it some shiny appearance with a very slow animation

    regards

  • mardi 8 mai 2012 01:43
     
     Traitée

    Hi,

    use a LinearGradientBrush and animate its GradientStops.

    Regards,

      Thorsten

    • Marqué comme réponse Adel K mardi 8 mai 2012 13:20
    •