WIP
This commit is contained in:
parent
22417409a2
commit
a72d457eef
52 changed files with 919 additions and 280 deletions
|
|
@ -21,31 +21,5 @@ 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);
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue