Show / Hide Table of Contents

Class NotificationWindow

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

Constructors

| Improve this Doc View Source

NotificationWindow()

Declaration
[NotImplemented]
public NotificationWindow()

Fields

| Improve this Doc View Source

ContentProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty ContentProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

HeightProperty

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

WidthProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty WidthProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Content

Declaration
[NotImplemented]
public FrameworkElement Content { get; set; }
Property Value
Type Description
FrameworkElement
| Improve this Doc View Source

Height

Declaration
[NotImplemented]
public double Height { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Visibility

Declaration
[NotImplemented]
public Visibility Visibility { get; }
Property Value
Type Description
Visibility
| Improve this Doc View Source

Width

Declaration
[NotImplemented]
public double Width { get; set; }
Property Value
Type Description
System.Double

Methods

| Improve this Doc View Source

Close()

Declaration
[NotImplemented]
public void Close()
| Improve this Doc View Source

Show(Int32)

Declaration
[NotImplemented]
public void Show(int durationInMilliseconds)
Parameters
Type Name Description
System.Int32 durationInMilliseconds

Events

| Improve this Doc View Source

Closed

Declaration
[NotImplemented]
public event EventHandler Closed
Event Type
Type Description
System.EventHandler

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