Show / Hide Table of Contents

Class OutOfBrowserSettings

Represents information about an application that is configured for out-of-browser support.

Inheritance
System.Object
DependencyObject
OutOfBrowserSettings
Inherited Members
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class OutOfBrowserSettings : DependencyObject, IDependencyObject

Constructors

| Improve this Doc View Source

OutOfBrowserSettings()

Initializes a new instance of the OutOfBrowserSettings class.

Declaration
public OutOfBrowserSettings()

Fields

| Improve this Doc View Source

BlurbProperty

Identifies the Blurb dependency property.

Declaration
public static readonly DependencyProperty BlurbProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

EnableGPUAccelerationProperty

Identifies the EnableGPUAcceleration dependency property.

Declaration
public static readonly DependencyProperty EnableGPUAccelerationProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

IconsProperty

Identifies the Icons dependency property.

Declaration
public static readonly DependencyProperty IconsProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

SecuritySettingsProperty

Identifies the SecuritySettings dependency property.

Declaration
public static readonly DependencyProperty SecuritySettingsProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

ShortNameProperty

Identifies the ShortName dependency property.

Declaration
public static readonly DependencyProperty ShortNameProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

ShowInstallMenuItemProperty

Identifies the ShowInstallMenuItem dependency property.

Declaration
public static readonly DependencyProperty ShowInstallMenuItemProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

WindowSettingsProperty

Identifies the WindowSettings dependency property.

Declaration
public static readonly DependencyProperty WindowSettingsProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Blurb

Gets a short description of the application.

Declaration
public string Blurb { get; }
Property Value
Type Description
System.String

A short description of the application.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source