Class NotificationWindow
Inheritance
System.Object
NotificationWindow
Inherited Members
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()
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class NotificationWindow : DependencyObject
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
|
Improve this Doc
View Source
HeightProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty HeightProperty
Field Value
|
Improve this Doc
View Source
WidthProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty WidthProperty
Field Value
Properties
|
Improve this Doc
View Source
Content
Declaration
[NotImplemented]
public FrameworkElement Content { get; set; }
Property Value
|
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
|
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