<Grid.RowDefinitions >
<RowDefinition Height="50*"/>
</Grid.RowDefinitions>
<gauge:CircularGauge x:Name="gauge" Height="50" Grid.Column="0" Grid.Row="0" HorizontalAlignment="Left" VerticalAlignment="Top"
Background="Aqua" RimBrush="Aqua" FrameType="CircularOrb" IsBackgroundEffectEnabled="False"
IsRimEffectEnabled="True" Width="95" Grid.RowSpan="2" >
</gauge:CircularGauge>
This was the code used for simple circular gauge.
I obeserved with linear transaformation its zooming the control, but not resizing.
I need to resize.
Can you please help me in this.