intergartions XLabs.* WIP MVVM
This commit is contained in:
parent
24e13be888
commit
b6d3dc1a9b
49 changed files with 6236 additions and 2960 deletions
|
|
@ -22,22 +22,27 @@ namespace BookAStar
|
|||
#endregion
|
||||
|
||||
#region Colors & sizes
|
||||
|
||||
[Obsolete]
|
||||
public static readonly Thickness PagePadding =
|
||||
new Thickness(5, Device.OnPlatform(20, 20, 20), 5, 5);
|
||||
|
||||
[Obsolete]
|
||||
public static readonly Thickness DefaultPadding =
|
||||
new Thickness(5, Device.OnPlatform(20, 20, 20), 3, 3);
|
||||
|
||||
[Obsolete]
|
||||
public static readonly Font TitleFont =
|
||||
Font.SystemFontOfSize(Device.OnPlatform(50, 50, 50), FontAttributes.Bold);
|
||||
|
||||
[Obsolete]
|
||||
public static readonly Color OddBackgroundColor =
|
||||
Device.OnPlatform(Color.Aqua, Color.Aqua, Color.Aqua);
|
||||
|
||||
[Obsolete]
|
||||
public static readonly Color ForegroundColor =
|
||||
Device.OnPlatform(Color.White, Color.White, Color.White);
|
||||
|
||||
[Obsolete]
|
||||
public static readonly Color BackgroundColor =
|
||||
Device.OnPlatform(Color.Black, Color.White, Color.White);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue