Class Notification.IndicatorStyle
Definition
- Namespace:
- Tizen.Applications.Notifications
- Assembly:
- Tizen.Applications.Notification.dll
Class for generating indicator style notification.
public sealed class Notification.IndicatorStyle : Notification.StyleBase
- Inheritance
-
objectNotification.Tizen.Applications.Notifications.Notification.MakerBaseNotification.IndicatorStyle
Properties
View SourceIconPath
Gets or sets an absolute path for an image file. If you set IconPath, you can see the icon on the right side of indicator.
Declaration
public string IconPath { get; set; }
Property Value
Type | Description |
---|---|
string |
SubText
Gets or sets a sub text for displaying indicator style.
Declaration
public string SubText { get; set; }
Property Value
Type | Description |
---|---|
string |