wip logo
This commit is contained in:
parent
d2ab7bfce6
commit
ce58f99de1
3 changed files with 77 additions and 56 deletions
|
|
@ -519,6 +519,24 @@ namespace CatalogLib
|
|||
set => SetString("LogoMargin", value);
|
||||
}
|
||||
|
||||
public Positions LogoPosition
|
||||
{
|
||||
get => GetEnum("LogoPositions", Positions.Alto);
|
||||
set => SetString("LogoPositions", value.ToString());
|
||||
}
|
||||
|
||||
public Alignments LogoAlignment
|
||||
{
|
||||
get => GetEnum("LogoAlignments", Alignments.Centro);
|
||||
set => SetString("LogoAlignments", value.ToString());
|
||||
}
|
||||
|
||||
public ResizeDimensions LogoResizeSide
|
||||
{
|
||||
get => GetEnum("LogoResizeMode", ResizeDimensions.LatoCorto);
|
||||
set => SetString("LogoResizeMode", value.ToString());
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Enums
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue