Xceed Toolkit Plus for WPF v4.6 Documentation
MaterialToastLocationEnum Enumeration


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace : MaterialToastLocationEnum Enumeration
Represents the location where the MaterialToast control will be displayed.
Syntax
'Declaration
 
Public Enum MaterialToastLocationEnum 
   Inherits System.Enum
'Usage
 
Dim instance As MaterialToastLocationEnum
public enum MaterialToastLocationEnum : System.Enum 
Members
MemberDescription
BottomThe control will be displayed at the bottom of its owner.
BottomLeftThe control will be displayed at the bottom-left of its owner.
BottomRightThe control will be displayed at the bottom-right of its owner.
LeftThe control will be displayed at the left of its owner.
RightThe control will be displayed at the right of its owner.
TopThe control will be displayed at the top of its owner.
TopLeftThe control will be displayed at the top-left of its owner.
TopRightThe control will be displayed at the top-right of its owner.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.Toolkit.MaterialToastLocationEnum

Requirements

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

See Also

Reference

Xceed.Wpf.Toolkit Namespace