NotificationType Enum

Summary

Enumeration of types for INotification.
Namespace
Avalonia.Controls.Notifications
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["NotificationType"] class Type type-node

Syntax

public enum NotificationType

Fields

Name Constant Value Summary
Error 3
static
Information 0
static
Success 1
static
Warning 2
static

Extension Methods