Hourglass.Timing.TimerOptions.TimerOptions C# (CSharp) Метод

TimerOptions() публичный Метод

Initializes a new instance of the TimerOptions class.
public TimerOptions ( ) : System
Результат System
        public TimerOptions()
        {
            this.title = string.Empty;
            this.alwaysOnTop = false;
            this.promptOnExit = true;
            this.doNotKeepComputerAwake = false;
            this.showTimeElapsed = false;
            this.loopTimer = false;
            this.popUpWhenExpired = true;
            this.closeWhenExpired = false;
            this.shutDownWhenExpired = false;
            this.theme = Theme.DefaultTheme;
            this.sound = Sound.DefaultSound;
            this.loopSound = false;
            this.windowTitleMode = WindowTitleMode.ApplicationName;
            this.windowSize = new WindowSize(
                new Rect(double.PositiveInfinity, double.PositiveInfinity, 350, 150),
                WindowState.Normal,
                WindowState.Normal,
                false /* isFullScreen */);
        }

Same methods

TimerOptions::TimerOptions ( TimerOptions options ) : System
TimerOptions::TimerOptions ( TimerOptionsInfo info ) : System