Skip to content

PopupPage

Kirill edited this page Feb 11, 2018 · 19 revisions

This page talks about events and properties of Rg.Plugins.Popup.Pages.PopupPage and how to work with them

Events

  • BackgroundClicked - Invoked when a background of the popup page is clicked

Properties

  • IsAnimationEnabled - Enables or disables an animation of PopupPage
  • Animation - Sets or gets current animation of PopupPage
  • CloseWhenBackgroundIsClicked - Enables or disables closing popup page, when a background of the PopupPage is clicked
  • HasSystemPadding - Enables or disabled applying SystemPadding for the PopupPage
  • SystemPadding - Gets current system padding. See more information about it

System Padding Description

SystemPadding is left, top, right and button offsets for native platforms. For example it can be a height of title bar on Android and iOS, software navigation buttons bar on Android AppCompat or height of keyboard from a bottom.

Android SystemPadding iOS SystemPadding

Clone this wiki locally