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
BindingErrorsAreExceptions
If true, exceptions on binding failure, for debugging purposes.
public bool BindingErrorsAreExceptions { get; set; }
Property Value
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
SaveNotificationTimeout
Optional timeout period after which save notifications will be closed.
public TimeSpan? SaveNotificationTimeout { get; set; }
Property Value
ScreenConfiguration
Configuration to apply to all screens (before other overrides).
public ScreenConfiguration ScreenConfiguration { get; }
Property Value
SearchDelay
Timeout period before activating instant search.
public TimeSpan? SearchDelay { get; set; }
Property Value
Virtualisation
public VirtualisationOptions Virtualisation { get; set; }