xaml-sdk/Gauge/WPF/NumericIndicatorDisplayValu.../MainWindow.xaml

30 строки
1.2 KiB
XML

<Window x:Class="NumericIndicatorDisplayValueFormat.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
Title="MainWindow"
Height="350"
Width="525">
<Grid>
<telerik:NumericScale Min="0"
Max="999"
telerik:StyleManager.Theme="Windows8">
<telerik:NumericScale.Indicators>
<telerik:NumericIndicator Value="217.39"
Format="{}{0:F0}"
telerik:ScaleObject.RelativeY="0.025"
telerik:ScaleObject.RelativeX="0.05"
telerik:ScaleObject.RelativeWidth="0.9*"
telerik:ScaleObject.RelativeHeight="0.9*"
FontSize="28">
<telerik:NumericIndicator.Positions>
<telerik:FontNumberPosition CornerRadius="0" Background="Transparent"/>
<telerik:FontNumberPosition CornerRadius="0" Background="Transparent"/>
<telerik:FontNumberPosition CornerRadius="0" Background="Transparent"/>
</telerik:NumericIndicator.Positions>
</telerik:NumericIndicator>
</telerik:NumericScale.Indicators>
</telerik:NumericScale>
</Grid>
</Window>