Show / Hide Table of Contents

Class WindowSettings

Represents information about an out-of-browser application window.

Inheritance
System.Object
DependencyObject
WindowSettings
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 WindowSettings : DependencyObject, IDependencyObject

Constructors

| Improve this Doc View Source

WindowSettings()

Initializes a new instance of the WindowSettings class.

Declaration
public WindowSettings()

Fields

| Improve this Doc View Source

HeightProperty

Identifies the Height dependency property.

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

LeftProperty

Identifies the Left dependency property.

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

TitleProperty

Identifies the Title dependency property.

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

TopProperty

Identifies the Top dependency property.

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

WidthProperty

Identifies the Width dependency property.

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

WindowStartupLocationProperty

Identifies the WindowStartupLocation dependency property.

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

WindowStyleProperty

Identifies the WindowStyle dependency property.

Declaration
public static readonly DependencyProperty WindowStyleProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Height

Gets the initial window height of the application.

Declaration
public double Height { get; }
Property Value
Type Description
System.Double

The initial window height of the application.

| Improve this Doc View Source

Left

Gets the initial position of the left edge of the out-of-browser application window when WindowStartupLocation is Manual.

Declaration
public double Left { get; }
Property Value
Type Description
System.Double

The initial position of the left edge of the application window.

| Improve this Doc View Source

Title

Gets the full title of the out-of-browser application for display in the title bar of the application window.

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

The full title of the application.

| Improve this Doc View Source

Top

Gets the initial position of the top edge of the out-of-browser application window when WindowStartupLocation is Manual.

Declaration
public double Top { get; }
Property Value
Type Description
System.Double

The initial position of the top edge of the application window.

| Improve this Doc View Source

Width

Gets the initial window width of the application.

Declaration
public double Width { get; }
Property Value
Type Description
System.Double

The initial window width of the application.

| Improve this Doc View Source

WindowStartupLocation

Gets a value that indicates how the out-of-browser application window is positioned at startup.

Declaration
public WindowStartupLocation WindowStartupLocation { get; }
Property Value
Type Description
WindowStartupLocation

A value that indicates how the application window is positioned at startup.

| Improve this Doc View Source

WindowStyle

Gets a value that indicates the appearance of the title bar and border for the out-of-browser application window.

Declaration
public WindowStyle WindowStyle { get; }
Property Value
Type Description
WindowStyle

A value that indicates how the title bar and border should appear.

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