DCSIMG
XAML - Design .Net

Design .Net

Designers, Controls And everything between them.

Browse by Tags

All Tags » XAML (RSS)
WPF Tip: Slider Indication
In my last post I have demonstrated how to create your own style into the Simple Style, In this post I will show how to provide your newly created Slider with a unique status Indication. Last time we created our own style using Expression Design and applying the pre-fabricated design into the Simple Style . As you can see there are two styles relevant to Increase Decrease behavior: SimpleScrollRepeatButtonStyle.   < Track Grid.Row ="1" x : Name ="PART_Track">  ...
WPF Tip: Create your own unique style
When developing a new UserControls you usually would like to enable your own custom style, I found the following way very useful. This example shows you how to create a Slider: I used Microsoft Expression Design to create my own thumb for a Slider control. After you had finished drawing your new Thumb, export the XAML using the Microsoft Expression Design. Export using the following way: Select Resource dictionary , in the Group By select Layers this will export the Drawing Created by you into the...