Print Page | Close Window

Gauges ?

Printed From: Codejock Forums
Category: General
Forum Name: XAML Snippets
Forum Description: Post your XAML snippets here for everyone to enjoy :)
URL: http://forum.codejock.com/forum_posts.asp?TID=13807
Printed Date: 25 April 2024 at 8:49pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Gauges ?
Posted By: ABuenger
Subject: Gauges ?
Date Posted: 25 March 2009 at 2:08pm
Is it possible to create such gauges with the current XAML features? It would be nice if the gauges are scalable.





-------------
Codejock support



Replies:
Posted By: Oleg
Date Posted: 26 March 2009 at 3:01am
Hi,
you can make main gauge part as single image and only draw Arrow part with Markup's Line


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: ABuenger
Date Posted: 26 March 2009 at 10:13am
Thanks Oleg, but I don't want to use bitmaps, I would like to use vector graphics (XAML).

Could you please add suppor for TextBlock.RenderTransform?

Rectangle.RenderTransform and RotateTransform is also missing 




<Page xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'>
<Ellipse Margin="10" Stroke="#bb000000" StrokeThickness="13" Stretch="Fill"  >
    <Ellipse.Fill>
        <LinearGradientBrush StartPoint="0, 0" EndPoint="1,1">
            <GradientStop Color="White" Offset="0"/>
            <GradientStop Color="Black" Offset="1"/>
        </LinearGradientBrush>
    </Ellipse.Fill>
</Ellipse>
</Page>



-------------
Codejock support


Posted By: Oleg
Date Posted: 27 March 2009 at 2:46am
Hi,
 
Yes, its main feature I very wish to implement. Wating some window to try it.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: ABuenger
Date Posted: 08 July 2010 at 6:03am
Originally posted by oleg oleg wrote:

Hi,
 
Yes, its main feature I very wish to implement. Wating some window to try it.


Hello Oleg,

it's still not supported in 13.4.0. Any idea when you'll add those features?

Andre



-------------
Codejock support


Posted By: mgampi
Date Posted: 18 January 2018 at 3:23am
Hello;

Any chance to get this in one of the next releases?




-------------
Martin

Product: Xtreme Toolkit v 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net