OKr.MXReader.Client.Core.Data.BookSetting.BookSetting C# (CSharp) Method

BookSetting() public method

public BookSetting ( ) : System
return System
        public BookSetting()
        {
            this.Theme = "bbg.png";
            this.ThemeIndex = 0;
            this.FontSize = 0x18;
            this.Font = 0;
            this.Screen = 0.0;
            this.LineHeight = 0x10;
            this.FontColor = 0;
            this.IsNightMode = false;
        }
BookSetting