Notification.Visual Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the visual for the notification.
public:
property NotificationVisual ^ Visual { NotificationVisual ^ get(); void set(NotificationVisual ^ value); };
NotificationVisual Visual();
void Visual(NotificationVisual value);
public NotificationVisual Visual { get; set; }
var notificationVisual = notification.visual;
notification.visual = notificationVisual;
Public Property Visual As NotificationVisual
Property Value
The visual for this notification.