'Declaration Public Enum MaterialToastLocationEnum Inherits System.Enum
'Usage Dim instance As MaterialToastLocationEnum
public enum MaterialToastLocationEnum : System.Enum
'Declaration Public Enum MaterialToastLocationEnum Inherits System.Enum
'Usage Dim instance As MaterialToastLocationEnum
public enum MaterialToastLocationEnum : System.Enum
Member | Description |
---|---|
Bottom | The control will be displayed at the bottom of its owner. |
BottomLeft | The control will be displayed at the bottom-left of its owner. |
BottomRight | The control will be displayed at the bottom-right of its owner. |
Left | The control will be displayed at the left of its owner. |
Right | The control will be displayed at the right of its owner. |
Top | The control will be displayed at the top of its owner. |
TopLeft | The control will be displayed at the top-left of its owner. |
TopRight | The control will be displayed at the top-right of its owner. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Toolkit.MaterialToastLocationEnum
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2