mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-16 14:16:36 +08:00
项目结构调整
This commit is contained in:
14
Others/Live-Charts-master/WpfView/HeatColorRange.xaml
Normal file
14
Others/Live-Charts-master/WpfView/HeatColorRange.xaml
Normal file
@@ -0,0 +1,14 @@
|
||||
<UserControl x:Class="LiveCharts.Wpf.HeatColorRange"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:LiveCharts.Wpf"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="100" d:DesignWidth="50" d:DataContext="{d:DesignInstance local:HeatColorRange}"
|
||||
Width="Auto">
|
||||
<Grid>
|
||||
<TextBlock Name="MinVal" Padding="5 0" HorizontalAlignment="Center" Text="{Binding Min}"/>
|
||||
<TextBlock Name="MaxVal" Padding="5 0" VerticalAlignment="Bottom" HorizontalAlignment="Center" Text="{Binding Max}"/>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user