Lockdown mode for old catalog
This commit is contained in:
parent
922315061d
commit
3d1f92321e
19 changed files with 1309 additions and 731 deletions
|
|
@ -811,6 +811,17 @@ namespace WPFCatalog
|
|||
set { PicSettings.Margine = value; RaisePropertyChanged("Margine"); }
|
||||
}
|
||||
|
||||
public Positions TextPosition
|
||||
{
|
||||
get => PicSettings.TextPosition;
|
||||
set { PicSettings.TextPosition = value; RaisePropertyChanged("TextPosition"); }
|
||||
}
|
||||
|
||||
//public PicSettings.Positions Positions
|
||||
//{
|
||||
// get => PicSettings.Positions;
|
||||
//}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Testo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue