Resize and controls
This commit is contained in:
parent
f175eb390e
commit
02d6cb5d12
6 changed files with 33 additions and 15 deletions
|
|
@ -15,7 +15,7 @@
|
|||
</UserControl.Resources>
|
||||
<ScrollViewer>
|
||||
<StackPanel Orientation="Vertical">
|
||||
<Controls:ToggleSwitch Header="Inserimento testo" />
|
||||
<Controls:ToggleSwitch Header="Inserimento testo" IsChecked="{Binding EnableText}" />
|
||||
<GroupBox Header="Carattere">
|
||||
|
||||
<Grid >
|
||||
|
|
|
|||
|
|
@ -687,11 +687,11 @@ namespace WPFCatalog
|
|||
|
||||
|
||||
public string ColoreTestoRGB
|
||||
{
|
||||
get { return PicSettings.GetString("coloreTestoRGB", "#000000"); }
|
||||
{
|
||||
get { return PicSettings.ColoreTestoRGB; }
|
||||
set
|
||||
{
|
||||
PicSettings.Set("coloreTestoRGB", value);
|
||||
PicSettings.ColoreTestoRGB = value;
|
||||
RaisePropertyChanged("ColoreTestoRGB");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue