This is a migrated thread and some comments may be shown as answers.

New way of needle customization?

1 Answer 71 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
Miha Markic
Top achievements
Rank 1
Miha Markic asked on 27 Apr 2010, 01:27 PM
Looking at the deoms (Compass) I see this needle template:
<Grid x:Name="PART_Grid" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
                                <Grid.ColumnDefinitions> 
                                    <ColumnDefinition Width="*" /> 
                                    <!-- Column 0 - tail --> 
                                    <ColumnDefinition Width="*" /> 
                                    <!-- Column 1 - pin point --> 
                                    <ColumnDefinition Width="*" /> 
                                    <!-- Column 2 - arrow --> 
                                </Grid.ColumnDefinitions> 
                                <Grid.RowDefinitions> 
                                    <RowDefinition Height="*" /> 
                                </Grid.RowDefinitions> 

I guess the old one that appears in the documentation (without TemplatePart) is obsolete and even not properly working?

1 Answer, 1 is accepted

Sort by
0
Accepted
Andrey
Telerik team
answered on 29 Apr 2010, 08:06 AM
Hello Miha Markic,

Yes, you are right. We've changed needle template so both the WPF and Silverlight versions have the same template and work consistently. The documentation is a bit late. Thank you for notifying us.

Greetings,
Andrey Murzov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Gauges
Asked by
Miha Markic
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or