Table of Contents

Class Options

Namespace
The.WPF.Composition
Assembly
Instagile.WPF.dll
public class Options
Inheritance
Options
Inherited Members

Properties

AutomaticLoginCredentials

If set, The.WPF will attempt to login during startup.

public Optional<Credentials> AutomaticLoginCredentials { get; set; }

Property Value

Optional<Credentials>

BindingErrorsAreExceptions

If true, exceptions on binding failure, for debugging purposes.

public bool BindingErrorsAreExceptions { get; set; }

Property Value

bool

Headless

When running "headless", views cannot be displayed, but multiple instances of The.WPF can exist per process.

public bool Headless { get; set; }

Property Value

bool

SaveNotificationTimeout

Optional timeout period after which save notifications will be closed.

public TimeSpan? SaveNotificationTimeout { get; set; }

Property Value

TimeSpan?

ScreenConfiguration

Configuration to apply to all screens (before other overrides).

public ScreenConfiguration ScreenConfiguration { get; }

Property Value

ScreenConfiguration

SearchDelay

Timeout period before activating instant search.

public TimeSpan? SearchDelay { get; set; }

Property Value

TimeSpan?

Virtualisation

public VirtualisationOptions Virtualisation { get; set; }

Property Value

VirtualisationOptions