Interface IContentPopupRenderer
Base interface for ContentPopup renderer.
Inherited Members
System.IDisposable.Dispose()
Namespace: Tizen.Theme.Common
Assembly: Tizen.Theme.Common.dll
Syntax
public interface IContentPopupRenderer : IDisposable
Methods
Open()
Open a popup.
Declaration
Task Open()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | Returns a Task with the dismiss result of the popup. |
SetElement(ContentPopup)
Sets the Element associated with this renderer.
Declaration
void SetElement(ContentPopup element)
Parameters
Type | Name | Description |
---|---|---|
ContentPopup | element | New element. |