'Declaration Public Enum DisplayArea Inherits System.Enum
public enum DisplayArea : System.Enum
Member | Description |
---|---|
Default | The default value is IconArea. |
IconArea | Use 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 |
TextArea | Use 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 |
WholeArea | This is the rectangle of the Parent UIElement |
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