Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the Activity that owns this Dialog. For example, if
Activity.ShowDialog(int) is used to show this Dialog, that
Activity will be the owner (by default). Depending on how this dialog was
created, this may return null.
Set method documentation [Android Documentation]
Sets the Activity that owns this dialog. An example use: This Dialog will
use the suggested volume control stream of the Activity.