Class OutOfBrowserSettings
Represents information about an application that is configured for out-of-browser support.
Inherited Members
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class OutOfBrowserSettings : DependencyObject, IDependencyObject
Constructors
| Improve this Doc View SourceOutOfBrowserSettings()
Initializes a new instance of the OutOfBrowserSettings class.
Declaration
public OutOfBrowserSettings()
Fields
| Improve this Doc View SourceBlurbProperty
Identifies the Blurb dependency property.
Declaration
public static readonly DependencyProperty BlurbProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
EnableGPUAccelerationProperty
Identifies the EnableGPUAcceleration dependency property.
Declaration
public static readonly DependencyProperty EnableGPUAccelerationProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
IconsProperty
Identifies the Icons dependency property.
Declaration
public static readonly DependencyProperty IconsProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
SecuritySettingsProperty
Identifies the SecuritySettings dependency property.
Declaration
public static readonly DependencyProperty SecuritySettingsProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ShortNameProperty
Identifies the ShortName dependency property.
Declaration
public static readonly DependencyProperty ShortNameProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ShowInstallMenuItemProperty
Identifies the ShowInstallMenuItem dependency property.
Declaration
public static readonly DependencyProperty ShowInstallMenuItemProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
WindowSettingsProperty
Identifies the WindowSettings dependency property.
Declaration
public static readonly DependencyProperty WindowSettingsProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceBlurb
Gets a short description of the application.
Declaration
public string Blurb { get; }
Property Value
Type | Description |
---|---|
System.String | A short description of the application. |
EnableGPUAcceleration
Gets a value that indicates whether to use graphics processor unit hardware acceleration for cached compositions, which potentially results in graphics optimization.
Declaration
public bool EnableGPUAcceleration { get; }
Property Value
Type | Description |
---|---|
System.Boolean | true if GPU acceleration is enabled; otherwise, false. The default is false. |
Icons
Gets a collection of Icon instances associated with the application.
Declaration
public IconCollection Icons { get; }
Property Value
Type | Description |
---|---|
IconCollection | The icons associated with the application. |
SecuritySettings
Gets the security settings applied to the out-of-browser application.
Declaration
public SecuritySettings SecuritySettings { get; }
Property Value
Type | Description |
---|---|
SecuritySettings | The security settings applied to the out-of-browser application. |
ShortName
Gets the short version of the application title.
Declaration
public string ShortName { get; }
Property Value
Type | Description |
---|---|
System.String | The short version of the application title. |
ShowInstallMenuItem
Gets a value that indicates whether the application right-click menu includes an install option.
Declaration
public bool ShowInstallMenuItem { get; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the right-click menu includes an install option; otherwise, false. The default is true. |
WindowSettings
Gets the settings applied to the application window.
Declaration
public WindowSettings WindowSettings { get; }
Property Value
Type | Description |
---|---|
WindowSettings | The settings applied to the application window. |