зеркало из https://github.com/telerik/xaml-sdk.git
23 строки
886 B
XML
23 строки
886 B
XML
<UserControl x:Class="TicksSize.MainPage"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="300"
|
|
d:DesignWidth="400"
|
|
Height="350"
|
|
Width="525">
|
|
<Grid UseLayoutRounding="True">
|
|
<telerik:RadHorizontalLinearGauge Width="200"
|
|
Height="100"
|
|
telerik:StyleManager.Theme="Windows8">
|
|
<telerik:HorizontalLinearScale Min="0"
|
|
Max="100"
|
|
MajorTickRelativeWidth="0.003*"
|
|
MajorTickRelativeHeight="0.12*"/>
|
|
</telerik:RadHorizontalLinearGauge>
|
|
</Grid>
|
|
</UserControl>
|