From a1ecfca0345ab480ccbb2db86ee456e736b759d2 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 2 Jun 2024 17:04:58 +0200 Subject: [PATCH] Con Float converter en el PropertyGrid --- MainWindow.xaml | 19 ++++++++-- ObjetosSim/UserControlFactory.cs | 60 +++++++++++++++++--------------- 2 files changed, 48 insertions(+), 31 deletions(-) diff --git a/MainWindow.xaml b/MainWindow.xaml index 741bdb1..9ee9d29 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -7,6 +7,7 @@ xmlns:local="clr-namespace:CtrEditor" xmlns:uc="clr-namespace:CtrEditor.ObjetosSim.UserControls" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" + xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:ObjetosSim="clr-namespace:CtrEditor.ObjetosSim" x:Class="CtrEditor.MainWindow" Height="900" Width="1600" WindowState="Maximized" ResizeMode="CanResize" Title="{Binding directorioTrabajo}" Icon="/app2.png"> @@ -164,11 +165,25 @@ VerticalAlignment="Center"/> - + + + + + + + + + + + + + + + - +