Class InformationPopup
Inheritance
System.Object
InformationPopup
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class InformationPopup : BindableObject
Constructors
InformationPopup()
Declaration
public InformationPopup()
Fields
BottomButtonProperty
BindableProperty. Identifies the first button bindable property.
Declaration
public static readonly BindableProperty BottomButtonProperty
Field Value
Type | Description |
---|---|
BindableProperty |
IsProgressRunningProperty
BindableProperty. Identifies the IsProgressRunning bindable property.
Declaration
public static readonly BindableProperty IsProgressRunningProperty
Field Value
Type | Description |
---|---|
BindableProperty |
TextProperty
BindableProperty. Identifies the title bindable property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Type | Description |
---|---|
BindableProperty |
TitleProperty
BindableProperty. Identifies the title bindable property.
Declaration
public static readonly BindableProperty TitleProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
BottomButton
Gets or sets bottom button of the Popup. You should use only one property between Icon property and Text property because two area has the same position.
Declaration
public MenuItem BottomButton { get; set; }
Property Value
Type | Description |
---|---|
MenuItem |
IsProgressRunning
Gets or sets progress visibility of the Popup. If this value is true. Popup displays circular progress and hides Title automatically.
Declaration
public bool IsProgressRunning { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Text
Gets or sets text of the Popup.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Gets or sets title of the Popup.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Dismiss()
Dismisses the InformationPopup.
Declaration
public void Dismiss()
Show()
Shows the Popup.
Declaration
public void Show()
Events
BackButtonPressed
Occurs when the device's back button is pressed.
Declaration
public event EventHandler BackButtonPressed
Event Type
Type | Description |
---|---|
System.EventHandler |