Class Notification.LockStyle
Definition
- Namespace:
- Tizen.Applications.Notifications
- Assembly:
- Tizen.Applications.Notification.dll
- API Level:
- 3
Class for generating lock style notification.
C#Copypublic sealed class LockStyle : Notification.StyleBase
- Inheritance
-
System.ObjectTizen.Applications.Notifications.Notification.MakerBaseNotification.LockStyle
Properties
View Source
IconPath
Gets or sets an absolute path for an image file to display the icon of lock style.
Declaration
C#Copypublic string IconPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 3
View Source
ThumbnailPath
Gets or sets an absolute path for a thumbnail image file to display on lock style.
Declaration
C#Copypublic string ThumbnailPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |