Version

DisplayArea Enumeration

Specifies the area in which notification should be shown
Syntax
'Declaration
 
Public Enum DisplayArea 
   Inherits System.Enum
public enum DisplayArea : System.Enum 
Members
MemberDescription
DefaultThe default value is IconArea.
IconAreaUse the IconArea if the element has one (rectangle for the Image/Icon in the parent UIElement). It take precedence over the all areas. This area is determined by implementation of INotificationProvider
TextAreaUse the TextArea if the element has one (rectangle for the text in the parent UIElement). It take precedence over WholeArea. This area is determined by implementation of INotificationProvider
WholeAreaThis is the rectangle of the Parent UIElement
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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