Interface IInformationPopup
The IInformationPopup is an interface to describe information pop-up which has circular bottom button, title, text, and content area
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public interface IInformationPopup
Properties
BottomButton
Gets or sets bottom button of the Popup
Declaration
MenuItem BottomButton { get; set; }
Property Value
Type | Description |
---|---|
MenuItem |
IsProgressRunning
Gets or sets progress visibility of the Popup.
Declaration
bool IsProgressRunning { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Text
Gets or sets text of the Popup
Declaration
string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Gets or sets title of the Popup
Declaration
string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Dismiss()
Dismisses the Popup
Declaration
void Dismiss()
Show()
Shows the Popup
Declaration
void Show()
Events
BackButtonPressed
Occurs when the Back button is pressed.
Declaration
event EventHandler BackButtonPressed
Event Type
Type | Description |
---|---|
System.EventHandler |