Syncfusion.SfPopupLayout.XForms.xml 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Syncfusion.SfPopupLayout.XForms</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Syncfusion.XForms.PopupLayout.PopupView">
  8. <summary>
  9. Defines the pop-up view of SfPopupLayout.
  10. </summary>
  11. </member>
  12. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.SfPopupLayout">
  13. <summary>
  14. Instance of SfPopupLayout.
  15. </summary>
  16. </member>
  17. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.#ctor">
  18. <summary>
  19. Initializes a new instance of the PopupView class.
  20. </summary>
  21. </member>
  22. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.AppearanceModeProperty">
  23. <summary>
  24. Identifies the AppearanceMode bindable property.
  25. </summary>
  26. </member>
  27. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.HeaderTemplateProperty">
  28. <summary>
  29. Identifies the HeaderTemplate bindable property.
  30. </summary>
  31. </member>
  32. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.ContentTemplateProperty">
  33. <summary>
  34. Identifies the ContentTemplate bindable property.
  35. </summary>
  36. </member>
  37. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.FooterTemplateProperty">
  38. <summary>
  39. Identifies the FooterTemplate bindable property.
  40. </summary>
  41. </member>
  42. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.ShowHeaderProperty">
  43. <summary>
  44. Identifies the ShowHeader bindable property.
  45. </summary>
  46. </member>
  47. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.ShowFooterProperty">
  48. <summary>
  49. Identifies the ShowFooter bindable property.
  50. </summary>
  51. </member>
  52. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.HeaderTitleProperty">
  53. <summary>
  54. Identifies the HeaderTitle bindable property.
  55. </summary>
  56. </member>
  57. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.PopupMessageProperty">
  58. <summary>
  59. Identifies the PopupMessage bindable property.
  60. </summary>
  61. </member>
  62. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.AcceptButtonTextProperty">
  63. <summary>
  64. Identifies the AcceptButtonText bindable property.
  65. </summary>
  66. </member>
  67. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.DeclineButtonTextProperty">
  68. <summary>
  69. Identifies the DeclineButtonText bindable property.
  70. </summary>
  71. </member>
  72. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.StartXProperty">
  73. <summary>
  74. Identifies the StartX bindable property.
  75. </summary>
  76. </member>
  77. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.StartYProperty">
  78. <summary>
  79. Identifies the StartY bindable property.
  80. </summary>
  81. </member>
  82. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.PopupStyleProperty">
  83. <summary>
  84. Identifies the PopupStyle bindable property.
  85. </summary>
  86. </member>
  87. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.AnimationModeProperty">
  88. <summary>
  89. Identifies the AnimationMode bindable property.
  90. </summary>
  91. </member>
  92. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.ShowCloseButtonProperty">
  93. <summary>
  94. Identifies the ShowCloseButton bindable property.
  95. </summary>
  96. </member>
  97. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.AnimationDurationProperty">
  98. <summary>
  99. Identifies the AnimationDuration bindable property.
  100. </summary>
  101. </member>
  102. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.HeaderHeightProperty">
  103. <summary>
  104. Identifies the HeaderHeight bindable property.
  105. </summary>
  106. </member>
  107. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.FooterHeightProperty">
  108. <summary>
  109. Identifies the FooterHeight bindable property.
  110. </summary>
  111. </member>
  112. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.AcceptCommandProperty">
  113. <summary>
  114. Identifies the AcceptCommand bindable property
  115. </summary>
  116. </member>
  117. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.DeclineCommandProperty">
  118. <summary>
  119. Identifies the DeclineCommand bindable property
  120. </summary>
  121. </member>
  122. <member name="F:Syncfusion.XForms.PopupLayout.PopupView.IsFullScreenProperty">
  123. <summary>
  124. Identifies the IsFullScreen bindable property.
  125. </summary>
  126. </member>
  127. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.AppearanceMode">
  128. <summary>
  129. Gets or sets the type of layout template of the PopupView.
  130. </summary>
  131. <value>
  132. The type of layout template of the PopupView.
  133. </value>
  134. </member>
  135. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.HeaderTemplate">
  136. <summary>
  137. Gets or sets the template to be loaded in the header of the PopupView.
  138. </summary>
  139. <value>
  140. The template to be loaded in the header of the PopupView.
  141. </value>
  142. </member>
  143. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.ContentTemplate">
  144. <summary>
  145. Gets or sets the template to be loaded in the body of the PopupView.
  146. </summary>
  147. <value>
  148. The template to be loaded in the body of the PopupView.
  149. </value>
  150. </member>
  151. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.FooterTemplate">
  152. <summary>
  153. Gets or sets the template to be loaded in the footer of the PopupView.
  154. </summary>
  155. <value>
  156. The template to be loaded in the footer of the PopupView.
  157. </value>
  158. </member>
  159. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.ShowHeader">
  160. <summary>
  161. Gets or sets a value indicating whether the header is to be included in the PopupView.
  162. </summary>
  163. <value>
  164. A value indicating whether the header is to be included in the PopupView.
  165. </value>
  166. </member>
  167. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.ShowFooter">
  168. <summary>
  169. Gets or sets a value indicating whether the footer is to be included in the PopupView.
  170. </summary>
  171. <value>
  172. A value indicating whether the footer is to be included in the PopupView.
  173. </value>
  174. </member>
  175. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.HeaderTitle">
  176. <summary>
  177. Gets or sets the header title of the PopupView.
  178. </summary>
  179. <value>
  180. The Header title of the PopupView.
  181. </value>
  182. </member>
  183. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.PopupMessage">
  184. <summary>
  185. Gets or sets the pop-up message of the PopupView.
  186. </summary>
  187. <value>
  188. The popup message of the PopupView.
  189. </value>
  190. </member>
  191. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.AcceptButtonText">
  192. <summary>
  193. Gets or sets the text of accept button in the footer.
  194. </summary>
  195. <value>
  196. The text of the accept button in the footer.
  197. </value>
  198. </member>
  199. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.DeclineButtonText">
  200. <summary>
  201. Gets or sets the text of decline button in the footer.
  202. </summary>
  203. <value>
  204. The text of the decline button in the footer.
  205. </value>
  206. </member>
  207. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.StartX">
  208. <summary>
  209. Gets or sets the x-position of the PopupView.
  210. </summary>
  211. <value>
  212. The x-position of the PopupView.
  213. </value>
  214. </member>
  215. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.StartY">
  216. <summary>
  217. Gets or sets the y-position of the PopupView.
  218. </summary>
  219. <value>
  220. The y-position of the PopupView.
  221. </value>
  222. </member>
  223. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.PopupStyle">
  224. <summary>
  225. Gets or sets the style to be applied to the PopupView in SfPopupLayout.
  226. </summary>
  227. <value>
  228. The style to be applied to the PopupView in SfPopupLayout.
  229. </value>
  230. </member>
  231. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.AnimationMode">
  232. <summary>
  233. Gets or sets the animation to be applied for the PopupView when opening and closing it.
  234. </summary>
  235. <value>
  236. The animation to be applied for the PopupView when it opens and closes.
  237. </value>
  238. </member>
  239. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.AnimationDuration">
  240. <summary>
  241. Gets or sets the duration in milliseconds of the animation played when opening and closing the PopupView.
  242. </summary>
  243. <value>
  244. The duration in milliseconds of the animation played at the opening and closing of the PopupView.
  245. </value>
  246. </member>
  247. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.HeaderHeight">
  248. <summary>
  249. Gets or sets the header height of the PopupView.
  250. </summary>
  251. <value>
  252. The header height of the PopupView.
  253. </value>
  254. </member>
  255. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.FooterHeight">
  256. <summary>
  257. Gets or sets the footer height of the PopupView.
  258. </summary>
  259. <value>
  260. The footer height of the PopupView.
  261. </value>
  262. </member>
  263. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.ShowCloseButton">
  264. <summary>
  265. Indicates a boolean value to show the close button in the header.
  266. </summary>
  267. <value>
  268. A boolean value indicating whether to show the close button in the header.
  269. </value>
  270. </member>
  271. <!-- Badly formed XML comment ignored for member "P:Syncfusion.XForms.PopupLayout.PopupView.IsFullScreen" -->
  272. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnAppearanceModePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  273. <summary>
  274. Delegate for AppearanceMode bindable property changed.
  275. </summary>
  276. <param name="bindable">instance of the PopupView class.</param>
  277. <param name="oldValue">Old value in the property.</param>
  278. <param name="newValue">New value obtained in the property.</param>
  279. </member>
  280. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnPropertyChanged(System.String)">
  281. <summary>
  282. Method that is called when a bound property is changed.
  283. </summary>
  284. <param name="propertyName">Name of the property</param>
  285. </member>
  286. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnHeaderTemplatePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  287. <summary>
  288. Delegate for HeaderTemplate bindable property changed.
  289. </summary>
  290. <param name="bindable">instance of the PopupView class.</param>
  291. <param name="oldValue">Old value in the property.</param>
  292. <param name="newValue">New value obtained in the property.</param>
  293. </member>
  294. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnContentTemplatePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  295. <summary>
  296. Delegate for ContentTemplate bindable property changed.
  297. </summary>
  298. <param name="bindable">instance of the PopupView class.</param>
  299. <param name="oldValue">Old value in the property.</param>
  300. <param name="newValue">New value obtained in the property.</param>
  301. </member>
  302. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnFooterTemplatePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  303. <summary>
  304. Delegate for FooterTemplate bindable property changed.
  305. </summary>
  306. <param name="bindable">instance of the PopupView class.</param>
  307. <param name="oldValue">Old value in the property.</param>
  308. <param name="newValue">New value obtained in the property.</param>
  309. </member>
  310. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnShowHeaderPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  311. <summary>
  312. Delegate for ShowHeader bindable property changed.
  313. </summary>
  314. <param name="bindable">instance of the PopupView class.</param>
  315. <param name="oldValue">Old value in the property.</param>
  316. <param name="newValue">New value obtained in the property.</param>
  317. </member>
  318. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnShowFooterPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  319. <summary>
  320. Delegate for ShowFooter bindable property changed.
  321. </summary>
  322. <param name="bindable">instance of the PopupView class.</param>
  323. <param name="oldValue">Old value in the property.</param>
  324. <param name="newValue">New value obtained in the property.</param>
  325. </member>
  326. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnHeaderTitlePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  327. <summary>
  328. Delegate for HeaderTitle bindable property changed.
  329. </summary>
  330. <param name="bindable">instance of the PopupView class.</param>
  331. <param name="oldValue">Old value in the property.</param>
  332. <param name="newValue">New value obtained in the property.</param>
  333. </member>
  334. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnPopupMessagePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  335. <summary>
  336. Delegate for PopupMessage bindable property changed.
  337. </summary>
  338. <param name="bindable">instance of the PopupView class.</param>
  339. <param name="oldValue">Old value in the property.</param>
  340. <param name="newValue">New value obtained in the property.</param>
  341. </member>
  342. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnAcceptButtonTextPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  343. <summary>
  344. Delegate for AcceptButtonText bindable property changed.
  345. </summary>
  346. <param name="bindable">instance of the PopupView class.</param>
  347. <param name="oldValue">Old value in the property.</param>
  348. <param name="newValue">New value obtained in the property.</param>
  349. </member>
  350. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnDeclineButtonTextPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  351. <summary>
  352. Delegate for DeclineButtonText bindable property changed.
  353. </summary>
  354. <param name="bindable">instance of the PopupView class.</param>
  355. <param name="oldValue">Old value in the property.</param>
  356. <param name="newValue">New value obtained in the property.</param>
  357. </member>
  358. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnStartXPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  359. <summary>
  360. Delegate for StartX bindable property changed.
  361. </summary>
  362. <param name="bindable">instance of the PopupView class.</param>
  363. <param name="oldValue">Old value in the property.</param>
  364. <param name="newValue">New value obtained in the property.</param>
  365. </member>
  366. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnStartYPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  367. <summary>
  368. Delegate for StartY bindable property changed.
  369. </summary>
  370. <param name="bindable">instance of the PopupView class.</param>
  371. <param name="oldValue">Old value in the property.</param>
  372. <param name="newValue">New value obtained in the property.</param>
  373. </member>
  374. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnPopupStylePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  375. <summary>
  376. Delegate for PopupStyle bindable property changed.
  377. </summary>
  378. <param name="bindable">instance of the PopupView class.</param>
  379. <param name="oldValue">Old value in the property.</param>
  380. <param name="newValue">New value obtained in the property.</param>
  381. </member>
  382. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnAnimationModePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  383. <summary>
  384. Delegate for AnimationMode bindable property changed.
  385. </summary>
  386. <param name="bindable">instance of the PopupView class.</param>
  387. <param name="oldValue">Old value in the property.</param>
  388. <param name="newValue">New value obtained in the property.</param>
  389. </member>
  390. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnShowCloseButtonPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  391. <summary>
  392. Delegate for ShowCloseButton bindable property changed.
  393. </summary>
  394. <param name="bindable">instance of the PopupView class.</param>
  395. <param name="oldValue">Old value in the property.</param>
  396. <param name="newValue">New value obtained in the property.</param>
  397. </member>
  398. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnAnimationDurationPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  399. <summary>
  400. Delegate for AnimationDuration bindable property changed.
  401. </summary>
  402. <param name="bindable">instance of the PopupView class.</param>
  403. <param name="oldValue">Old value in the property.</param>
  404. <param name="newValue">New value obtained in the property.</param>
  405. </member>
  406. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnHeaderHeightPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  407. <summary>
  408. Delegate for HeaderHeight bindable property changed.
  409. </summary>
  410. <param name="bindable">instance of the PopupView class.</param>
  411. <param name="oldValue">Old value in the property.</param>
  412. <param name="newValue">New value obtained in the property.</param>
  413. </member>
  414. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnFooterHeightPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  415. <summary>
  416. Delegate for FooterHeight bindable property changed.
  417. </summary>
  418. <param name="bindable">instance of the PopupView class.</param>
  419. <param name="oldValue">Old value in the property.</param>
  420. <param name="newValue">New value obtained in the property.</param>
  421. </member>
  422. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.SetParent(Xamarin.Forms.Element,Xamarin.Forms.Element)">
  423. <summary>
  424. Sets the parent.
  425. </summary>
  426. <param name="oldElement">Gets the old element.</param>
  427. <param name="newElement">Gets the new element.</param>
  428. </member>
  429. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.AcceptCommand">
  430. <summary>
  431. Gets the command to invoke when the accept button in the footer is tapped.
  432. </summary>
  433. </member>
  434. <member name="P:Syncfusion.XForms.PopupLayout.PopupView.DeclineCommand">
  435. <summary>
  436. Gets the command to invoke when the footer button in the footer is tapped.
  437. </summary>
  438. </member>
  439. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.RaiseAcceptCommand(System.Windows.Input.ICommand)">
  440. <summary>
  441. Raises the given command.
  442. </summary>
  443. <param name="command">The command to be raised.</param>
  444. </member>
  445. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.RaiseDeclineCommand(System.Windows.Input.ICommand)">
  446. <summary>
  447. Raises the given command.
  448. </summary>
  449. <param name="command">The command to be raised.</param>
  450. </member>
  451. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.Dispose">
  452. <summary>
  453. Performs final clean up before it is released from memory.
  454. </summary>
  455. </member>
  456. <member name="M:Syncfusion.XForms.PopupLayout.PopupView.Dispose(System.Boolean)">
  457. <summary>
  458. Releases the unmanaged resources used by the component and optionally releases the managed resources.
  459. </summary>
  460. <param name="disposing"> if true - release both managed and unmanaged resources;
  461. if false - release only unmanaged resources.
  462. </param>
  463. </member>
  464. <member name="T:Syncfusion.XForms.PopupLayout.SfPopupLayout">
  465. <summary>
  466. Displays an alert message with customizable buttons or load any desired view inside the pop-up.
  467. </summary>
  468. </member>
  469. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.popupOpeningEventArgs">
  470. <summary>
  471. Holds the <see cref="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Opening"/> event arguments.
  472. </summary>
  473. </member>
  474. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.popupClosingEventArgs">
  475. <summary>
  476. Holds the <see cref="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Closing"/> event arguments.
  477. </summary>
  478. </member>
  479. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.canReplaceRootView">
  480. <summary>
  481. Indicates whether the Content of the Page should be replaced.
  482. </summary>
  483. <remarks>
  484. This case is used, when the SfPopupLayout is not the root view from sample level.
  485. </remarks>
  486. </member>
  487. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.alreadyDisposed">
  488. <summary>
  489. Allow only once to dispose the managed and unmanaged resources.
  490. </summary>
  491. </member>
  492. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.canClose">
  493. <summary>
  494. Used to decide whether popup can be closed or not.
  495. </summary>
  496. </member>
  497. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.#ctor">
  498. <summary>
  499. Initializes a new instance of the SfPopupLayout class.
  500. </summary>
  501. </member>
  502. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.ContentProperty">
  503. <summary>
  504. Identifies the Content bindable property.
  505. </summary>
  506. </member>
  507. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupViewProperty">
  508. <summary>
  509. Identifies the PopupView bindable property.
  510. </summary>
  511. </member>
  512. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.IsOpenProperty">
  513. <summary>
  514. Identifies the IsOpen bindable property.
  515. </summary>
  516. </member>
  517. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.StaysOpenProperty">
  518. <summary>
  519. Identifies the StaysOpen bindable property.
  520. </summary>
  521. </member>
  522. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativePositionProperty">
  523. <summary>
  524. Identifies the RelativePosition bindable property.
  525. </summary>
  526. </member>
  527. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeViewProperty">
  528. <summary>
  529. Identifies the RelativeView bindable property.
  530. </summary>
  531. </member>
  532. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.AbsoluteXProperty">
  533. <summary>
  534. Identifies the AbsoluteX bindable property.
  535. </summary>
  536. </member>
  537. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.AbsoluteYProperty">
  538. <summary>
  539. Identifies the AbsoluteY bindable property.
  540. </summary>
  541. </member>
  542. <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.Content">
  543. <summary>
  544. Gets or sets the content to be hosted in the pop-up.
  545. </summary>
  546. <value>
  547. The content of the SfPopupLayout.
  548. </value>
  549. <remarks>
  550. The PopupView will be hosted inside the view which is set as the Content.
  551. </remarks>
  552. </member>
  553. <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativePosition">
  554. <summary>
  555. Gets or sets the relative position, where the pop-up should be displayed relatively to <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeView"/>. The relative position can also be absolutely adjusted using the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.AbsoluteX"/> and <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.AbsoluteY"/> properties.
  556. </summary>
  557. <value>
  558. The relative position, where popup should be displayed relatively to <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeView"/>
  559. </value>
  560. </member>
  561. <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeView">
  562. <summary>
  563. Gets or sets the view relative to which the popup should be displayed based on the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativePosition"/>. The relative position can also be absolutely adjusted using the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.AbsoluteX"/> and <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.AbsoluteY"/> properties.
  564. </summary>
  565. <value>
  566. The view relative to which popup should be displayed based on the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativePosition"/>.
  567. </value>
  568. </member>
  569. <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.AbsoluteX">
  570. <summary>
  571. Gets or sets the absolute x-point to display a pop-up when positioning it relatively to the specified <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeView"/> based on the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativePosition"/>. The pop-up will be displayed based on this property value only when relatively displaying it by using the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeView"/> property.
  572. </summary>
  573. <value>
  574. The absolute X-point to display the popup when positioning the popup relatively to the specified <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeView"/> based on the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativePosition"/>.
  575. </value>
  576. </member>
  577. <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.AbsoluteY">
  578. <summary>
  579. Gets or sets the absolute y-point to display a pop-up when positioning it relatively to the specified <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeView"/> based on the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativePosition"/>. The pop-up will be displayed based on this property value only when relatively displaying it by using the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeView"/> property.
  580. </summary>
  581. <value>
  582. The absolute Y-point to display the popup when positioning the popup relatively to the specified <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeView"/> based on the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativePosition"/>.
  583. </value>
  584. </member>
  585. <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView">
  586. <summary>
  587. Gets the pop-up view of SfPopupLayout that will be displayed when setting the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.IsOpen"/> property to <c>true</c>.
  588. </summary>
  589. <value>
  590. The popup view of the SfPopupLayout that will be displayed when setting the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.IsOpen"/> property as <c>true</c>.
  591. </value>
  592. </member>
  593. <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.IsOpen">
  594. <summary>
  595. Gets or sets a value indicating whether the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> is open or not.
  596. </summary>
  597. <value>
  598. The value indicating whether the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> is open or not.
  599. </value>
  600. <remarks>
  601. The PopupView will be opened and closed based on this value.
  602. </remarks>
  603. </member>
  604. <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.StaysOpen">
  605. <summary>
  606. Gets or sets a value indicating whether the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> should be opened, when interacting outside its boundary area.
  607. </summary>
  608. <value>
  609. The value indicating whether the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> should stay open, when the interaction is made outside its boundary area.
  610. </value>
  611. </member>
  612. <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.NativeObject">
  613. <summary>
  614. Gets or sets the native object of SfPopupLayout.
  615. </summary>
  616. <value>
  617. The native object of SfPopupLayout.
  618. </value>
  619. </member>
  620. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.downX">
  621. <summary>
  622. Touch down x-point in the SfPopupLayout.
  623. </summary>
  624. </member>
  625. <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.downY">
  626. <summary>
  627. Touch down y-point in the SfPopupLayout.
  628. </summary>
  629. </member>
  630. <member name="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Opened">
  631. <summary>
  632. Gets fired whenever the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> is shown in the view.
  633. </summary>
  634. <remarks>
  635. This event fires whenever the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.IsOpen"/> property is set as <c>true</c>.
  636. </remarks>
  637. </member>
  638. <member name="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Closed">
  639. <summary>
  640. Gets fired whenever the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> is dismissed from the view.
  641. </summary>
  642. <remarks>
  643. This event fires whenever the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.IsOpen"/> property is set as <c>false</c>.
  644. </remarks>
  645. </member>
  646. <member name="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Opening">
  647. <summary>
  648. Gets fired whenever the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> is opening in the view. Occurrence can be cancelled based on conditions.
  649. </summary>
  650. </member>
  651. <member name="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Closing">
  652. <summary>
  653. This event will be fired whenever the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> is closing in the view. Occurring of this event can be cancelled based on conditions.
  654. </summary>
  655. </member>
  656. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Show(System.Boolean)">
  657. <summary>
  658. Displays a pop-up in the view.
  659. </summary>
  660. <param name="fullScreen">Determines whether to display the popup in full width and height of the screen.</param>
  661. </member>
  662. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.ShowAtTouchPoint">
  663. <summary>
  664. Displays a pop-up at the touch point.
  665. </summary>
  666. </member>
  667. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Show(System.Double,System.Double)">
  668. <summary>
  669. Displays a pop-up at the given x and y points.
  670. </summary>
  671. <param name="xPosition">The x-point at which the popup should be displayed.</param>
  672. <param name="yPosition">The y-point at which the popup should be displayed.</param>
  673. </member>
  674. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.ShowRelativeToView(Xamarin.Forms.View,Syncfusion.XForms.PopupLayout.RelativePosition,System.Double,System.Double)">
  675. <summary>
  676. Displays a pop-up relative to the given view.
  677. </summary>
  678. <param name="relativeView">The view relative to which popup should be displayed.</param>
  679. <param name="relativePosition">The position, where popup should be displayed,
  680. relative to the given view.</param>
  681. <param name="absoluteX">The absolute X-point from relative view.</param>
  682. <param name="absoluteY">The absolute Y-point from relative view.</param>
  683. </member>
  684. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.ShowRelativeToViewForXamlBinding(Xamarin.Forms.View,Syncfusion.XForms.PopupLayout.RelativePosition,System.Double,System.Double)">
  685. <summary>
  686. Displays popup, relative to the given view when set via XAML binding.
  687. </summary>
  688. <param name="relativeView">The view relative to which popup should be displayed.</param>
  689. <param name="relativePosition">The position, where popup should be displayed,
  690. relative to the given view.</param>
  691. <param name="absoluteX">The absolute X-point from relative view.</param>
  692. <param name="absoluteY">The absolute Y-point from relative view.</param>
  693. </member>
  694. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Dismiss">
  695. <summary>
  696. Dismisses the pop-up from the view.
  697. </summary>
  698. <remarks>
  699. This parameter is used, when the rootView is not SfPopupLayout. If it is true,
  700. the ParentView will be reset in the CotentView, else the rootView will be maintained
  701. as SfPopupLayout.
  702. </remarks>
  703. </member>
  704. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.LayoutChildren(System.Double,System.Double,System.Double,System.Double)">
  705. <summary>
  706. Positions and sizes the children of a layout.
  707. </summary>
  708. <param name="x">A value representing the x coordinate of the child region bounding box.</param>
  709. <param name="y">A value representing the y coordinate of the child region bounding box.</param>
  710. <param name="width">A value representing the width of the child region bounding box.</param>
  711. <param name="height">A value representing the height of the child region bounding box.</param>
  712. </member>
  713. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.OnBindingContextChanged">
  714. <summary>
  715. Executes an action by overriding this method when the BindingContext gets changed.
  716. </summary>
  717. </member>
  718. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.GetMainPage">
  719. <summary>
  720. Gets the main page of the application
  721. </summary>
  722. <returns>Returns the main page of the application.</returns>
  723. </member>
  724. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.RaisePopupOpeningEvent">
  725. <summary>
  726. Raises the Popup Opening event.
  727. </summary>
  728. <returns>Returns whether to cancel opening of the Popup.</returns>
  729. </member>
  730. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.RaisePopupOpenedEvent">
  731. <summary>
  732. Raises the <see cref="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Opened"/> event.
  733. </summary>
  734. </member>
  735. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.RaisePopupClosingEvent">
  736. <summary>
  737. Raises the Popup Closing event.
  738. </summary>
  739. <returns>Returns whether to cancel closing of the Popup.</returns>
  740. </member>
  741. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.RaisePopupClosedEvent">
  742. <summary>
  743. Raises the <see cref="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Closed"/> event.
  744. </summary>
  745. </member>
  746. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.ReplaceRootView">
  747. <summary>
  748. Replaces the root view of the page.
  749. </summary>
  750. </member>
  751. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.OnContentChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  752. <summary>
  753. Delegate for Content bindable property changed.
  754. </summary>
  755. <param name="bindable">Bindable object.</param>
  756. <param name="oldValue">Old value in the property.</param>
  757. <param name="newValue">New value obtained in the property.</param>
  758. </member>
  759. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.OnPopupViewChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  760. <summary>
  761. Delegate for PopupView bindable property changed.
  762. </summary>
  763. <param name="bindable">Bindable object.</param>
  764. <param name="oldValue">Old value in the property.</param>
  765. <param name="newValue">New value obtained in the property.</param>
  766. </member>
  767. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.OnIsOpenChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  768. <summary>
  769. Delegate for IsOpen bindable property changed.
  770. </summary>
  771. <param name="bindable">Instance of the SfPopupLayout class.</param>
  772. <param name="oldValue">Old value in the property.</param>
  773. <param name="newValue">New value obtained in the property.</param>
  774. </member>
  775. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.OnStaysOpenChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
  776. <summary>
  777. Delegate for StaysOpen bindable property changed.
  778. </summary>
  779. <param name="bindable">Instance of the SfPopupLayout class.</param>
  780. <param name="oldValue">Old value in the property.</param>
  781. <param name="newValue">New value obtained in the property.</param>
  782. </member>
  783. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.GetViewParentPage(Xamarin.Forms.View)">
  784. <summary>
  785. Gets the parent page of the view.
  786. </summary>
  787. <param name="view">The view whose parent page has to be obtained.</param>
  788. <returns>The parent page of the view.</returns>
  789. </member>
  790. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Syncfusion#XForms#Themes#IParentThemeElement#GetThemeDictionary">
  791. <summary>
  792. It returns the theme dictionary.
  793. </summary>
  794. <returns>A <see cref="T:Syncfusion.XForms.PopupLayout.SfPopupLayoutStyles"/></returns>
  795. </member>
  796. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Syncfusion#XForms#Themes#IThemeElement#OnControlThemeChanged(System.String,System.String)">
  797. <summary>
  798. Contains value for “SfPopupLayoutTheme”.
  799. </summary>
  800. <param name="oldTheme">Gets the old theme.</param>
  801. <param name="newTheme">Gets the new theme.</param>
  802. </member>
  803. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Syncfusion#XForms#Themes#IThemeElement#OnCommonThemeChanged(System.String,System.String)">
  804. <summary>
  805. Contains value for “SyncfusionTheme”.
  806. </summary>
  807. <param name="oldTheme">Gets the old theme.</param>
  808. <param name="newTheme">Gets the new theme.</param>
  809. </member>
  810. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Dispose">
  811. <summary>
  812. Performs final clean up before it is released from memory.
  813. </summary>
  814. </member>
  815. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Dispose(System.Boolean)">
  816. <summary>
  817. Releases the unmanaged resources used by the component and optionally releases the managed resources.
  818. </summary>
  819. <param name="disposing"> if true - release both managed and unmanaged resources;
  820. if false - release only unmanaged resources.
  821. </param>
  822. </member>
  823. <member name="T:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService">
  824. <summary>
  825. Dependency service interface of SfPopupLayout
  826. </summary>
  827. </member>
  828. <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.IsAnimationInProgress(System.Object)">
  829. <summary>
  830. Gets whether Popup opening / closing animation is in progress.
  831. </summary>
  832. <param name="nativeObject">The native object of SfPopupLayout.</param>
  833. <returns>Returns whether Popup opening / closing animation is in progress.</returns>
  834. </member>
  835. <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.GetDensity">
  836. <summary>
  837. Gets the density of the device.
  838. </summary>
  839. </member>
  840. <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.GetScreenWidth">
  841. <summary>
  842. Gets the width of the device in pixels.
  843. </summary>
  844. </member>
  845. <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.GetScreenHeight">
  846. <summary>
  847. Gets the height of the device in pixels.
  848. </summary>
  849. </member>
  850. <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.Show(System.Object,Syncfusion.XForms.PopupLayout.SfPopupLayout)">
  851. <summary>
  852. Displays the Popup in the view.
  853. </summary>
  854. <param name="nativeObject">The native object of SfPopupLayout.</param>
  855. <param name="popup">Instance of SfPopupLayout</param>
  856. </member>
  857. <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.UpdatePopupViewstyle(System.Object)">
  858. <summary>
  859. Displays the Popup in the view.
  860. </summary>
  861. <param name="nativeObject">The native object of SfPopupLayout.</param>
  862. </member>
  863. <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.ShowAtTouchPoint(System.Object,Syncfusion.XForms.PopupLayout.SfPopupLayout)">
  864. <summary>
  865. Displays the Popup at the touch point.
  866. </summary>
  867. <param name="nativeObject">The native object of SfPopupLayout.</param>
  868. <param name="popup">Instance of SfPopupLayout</param>
  869. </member>
  870. <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.Show(System.Object,System.Double,System.Double,Syncfusion.XForms.PopupLayout.SfPopupLayout)">
  871. <summary>
  872. Displays popup at the given x and y position.
  873. </summary>
  874. <param name="nativeObject">The native object of SfPopupLayout.</param>
  875. <param name="xPosition">The x-position where the popup should be displayed.</param>
  876. <param name="yPosition">The y-position where the popup should be displayed.</param>
  877. <param name="popup">Instance of SfPopupLayout</param>
  878. </member>
  879. <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.ShowRelativeToView(System.Object,Syncfusion.XForms.PopupLayout.SfPopupLayout,Xamarin.Forms.View,Syncfusion.XForms.PopupLayout.RelativePosition,System.Double,System.Double,System.Boolean)">
  880. <summary>
  881. Displays popup, relative to the given view.
  882. </summary>
  883. <param name="nativeObject">The native object of SfPopupLayout.</param>
  884. <param name="relativeView">The view relative to which popup should be displayed.</param>
  885. <param name="relativePosition">The position, where popup should be displayed,
  886. relative to the given view.</param>
  887. <param name="absoluteX">The absolute X-point from relative view.</param>
  888. <param name="absoluteY">The absolute Y-point from relative view.</param>
  889. <param name="popupLayout">Instance of SfPoppupLayout</param>
  890. <param name="canMap">Value indicating whether PCL popup values can be assigned to the native popup</param>
  891. </member>
  892. <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.DismissPopup(System.Object)">
  893. <summary>
  894. Dismisses the pop-up from the view.
  895. </summary>
  896. <param name="nativeObject">The native object of SfPopupLayout.</param>
  897. <remarks>
  898. This parameter is used, when the rootView is not SfPopupLayout. If it is true,
  899. the ParentView will be reset in the CotentView, else the rootView will be maintained
  900. as SfPopupLayout.
  901. </remarks>
  902. </member>
  903. <member name="T:Syncfusion.XForms.PopupLayout.SfPopupLayoutStyles">
  904. <summary>
  905. Provides required theme colors to the properties exposed in <see cref="T:Syncfusion.XForms.PopupLayout.PopupStyle"/>.
  906. </summary>
  907. </member>
  908. <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayoutStyles.#ctor">
  909. <summary>
  910. Initializes a new instance of the <see cref="T:Syncfusion.XForms.PopupLayout.SfPopupLayoutStyles"/> class.
  911. </summary>
  912. </member>
  913. <member name="T:Syncfusion.XForms.PopupLayout.PopupStyle">
  914. <summary>
  915. Represents the style of SfPopupLayout.
  916. </summary>
  917. </member>
  918. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.cornerRadius">
  919. <summary>
  920. Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.CornerRadius"/> property.
  921. </summary>
  922. </member>
  923. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.borderThickness">
  924. <summary>
  925. Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.BorderThickness"/> property.
  926. </summary>
  927. </member>
  928. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.popupLayout">
  929. <summary>
  930. Instance of the <see cref="T:Syncfusion.XForms.PopupLayout.SfPopupLayout"/>.
  931. </summary>
  932. </member>
  933. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.closeButtonIcon">
  934. <summary>
  935. Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.CloseButtonIcon"/> property.
  936. </summary>
  937. </member>
  938. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.headerFontSize">
  939. <summary>
  940. Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderFontSize"/> property.
  941. </summary>
  942. </member>
  943. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.headerFontFamily">
  944. <summary>
  945. Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderFontFamily"/> property.
  946. </summary>
  947. </member>
  948. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.headerFontAttribute">
  949. <summary>
  950. Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderFontAttribute"/> property.
  951. </summary>
  952. </member>
  953. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.headerTextAlignment">
  954. <summary>
  955. Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderTextAlignment"/> property.
  956. </summary>
  957. </member>
  958. <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.#ctor">
  959. <summary>
  960. Initializes a new instance of the PopupStyle class.
  961. </summary>
  962. </member>
  963. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.CloseButtonIcon">
  964. <summary>
  965. Gets or sets the image to be placed in the header close button.
  966. </summary>
  967. </member>
  968. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderBackgroundColor">
  969. <summary>
  970. Gets or sets the background color to be applied for the header.
  971. </summary>
  972. </member>
  973. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderTextColor">
  974. <summary>
  975. Gets or sets the text color to be applied for the header title.
  976. </summary>
  977. </member>
  978. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderFontSize">
  979. <summary>
  980. Gets or sets the font size of the header title.
  981. </summary>
  982. </member>
  983. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderFontFamily">
  984. <summary>
  985. Gets or sets the font style to be applied for the header title.
  986. </summary>
  987. </member>
  988. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderFontAttribute">
  989. <summary>
  990. Gets or sets the font attribute to be applied for the header title.
  991. </summary>
  992. </member>
  993. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderTextAlignment">
  994. <summary>
  995. Gets or sets the text alignment of the header.
  996. </summary>
  997. </member>
  998. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.FooterBackgroundColor">
  999. <summary>
  1000. Gets the background color of the footer.
  1001. </summary>
  1002. </member>
  1003. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.AcceptButtonBackgroundColor">
  1004. <summary>
  1005. Gets or sets the background color of accept button in the footer.
  1006. </summary>
  1007. </member>
  1008. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.AcceptButtonTextColor">
  1009. <summary>
  1010. Gets or sets the foreground color of accept button in the footer.
  1011. </summary>
  1012. </member>
  1013. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.DeclineButtonBackgroundColor">
  1014. <summary>
  1015. Gets or sets the background color of decline button in the footer.
  1016. </summary>
  1017. </member>
  1018. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.DeclineButtonTextColor">
  1019. <summary>
  1020. Gets or sets the foreground color of decline button in the footer.
  1021. </summary>
  1022. </member>
  1023. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.BorderColor">
  1024. <summary>
  1025. Gets or sets the border color for the PopupView.
  1026. </summary>
  1027. <value>
  1028. The border color for the PopupView.
  1029. </value>
  1030. </member>
  1031. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.CornerRadius">
  1032. <summary>
  1033. Gets or sets the corner radius for the PopupView.
  1034. </summary>
  1035. <value>
  1036. The corner radius for the PopupView.
  1037. </value>
  1038. </member>
  1039. <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.BorderThickness">
  1040. <summary>
  1041. Gets or sets the border thickness for the PopupView.
  1042. </summary>
  1043. <value>
  1044. The border thickness for the PopupView.
  1045. </value>
  1046. </member>
  1047. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderBackgroundColorProperty">
  1048. <summary>
  1049. Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderBackgroundColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
  1050. </summary>
  1051. </member>
  1052. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.AcceptButtonBackgroundColorProperty">
  1053. <summary>
  1054. Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.AcceptButtonBackgroundColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
  1055. </summary>
  1056. </member>
  1057. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.AcceptButtonTextColorProperty">
  1058. <summary>
  1059. Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.AcceptButtonTextColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
  1060. </summary>
  1061. </member>
  1062. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.BorderColorProperty">
  1063. <summary>
  1064. Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.BorderColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
  1065. </summary>
  1066. </member>
  1067. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.DeclineButtonBackgroundColorProperty">
  1068. <summary>
  1069. Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.DeclineButtonBackgroundColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
  1070. </summary>
  1071. </member>
  1072. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.DeclineButtonTextColorProperty">
  1073. <summary>
  1074. Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.DeclineButtonTextColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
  1075. </summary>
  1076. </member>
  1077. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderTextColorProperty">
  1078. <summary>
  1079. Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderTextColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
  1080. </summary>
  1081. </member>
  1082. <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.FooterBackgroundColorProperty">
  1083. <summary>
  1084. Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.FooterBackgroundColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
  1085. </summary>
  1086. </member>
  1087. <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetTextColor">
  1088. <summary>
  1089. Sets the text color for header and message text.
  1090. </summary>
  1091. <returns></returns>
  1092. </member>
  1093. <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetButtonTextColor">
  1094. <summary>
  1095. Sets the text color for accept button and decline button.
  1096. </summary>
  1097. <returns></returns>
  1098. </member>
  1099. <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetButtonBackgroundColor">
  1100. <summary>
  1101. Sets the background color for accept button and decline button.
  1102. </summary>
  1103. <returns></returns>
  1104. </member>
  1105. <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetBackgroundColor">
  1106. <summary>
  1107. Sets the background color for header and message.
  1108. </summary>
  1109. <returns></returns>
  1110. </member>
  1111. <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetBorderColor">
  1112. <summary>
  1113. Sets the border color.
  1114. </summary>
  1115. <returns></returns>
  1116. </member>
  1117. <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetFooterBackgroundColor">
  1118. <summary>
  1119. Sets the footer background color.
  1120. </summary>
  1121. <returns></returns>
  1122. </member>
  1123. <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.Initializestyle">
  1124. <summary>
  1125. Initializes the default values for the properties in <see cref="T:Syncfusion.XForms.PopupLayout.PopupStyle"/> class.
  1126. </summary>
  1127. </member>
  1128. <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetPopupLayout(Syncfusion.XForms.PopupLayout.SfPopupLayout)">
  1129. <summary>
  1130. Used to get the instance of the <see cref="N:Syncfusion.XForms.PopupLayout"/> class
  1131. </summary>
  1132. </member>
  1133. <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.Syncfusion#XForms#Themes#IThemeElement#OnControlThemeChanged(System.String,System.String)">
  1134. <summary>
  1135. Contains the value for style properties.
  1136. </summary>
  1137. <param name="oldTheme">Gets the old theme.</param>
  1138. <param name="newTheme">Gets the old theme.</param>
  1139. </member>
  1140. <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.Syncfusion#XForms#Themes#IThemeElement#OnCommonThemeChanged(System.String,System.String)">
  1141. <summary>
  1142. Contains value for “SyncfusionTheme”.
  1143. </summary>
  1144. <param name="oldTheme">Gets the old theme.</param>
  1145. <param name="newTheme">Gets the new theme.</param>
  1146. </member>
  1147. <member name="T:Syncfusion.XForms.PopupLayout.AnimationMode">
  1148. <summary>
  1149. Built-in animations available in SfPopupLayout, which is applied when the
  1150. PopupView opens and closes in the screen.
  1151. </summary>
  1152. </member>
  1153. <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.Zoom">
  1154. <summary>
  1155. zoom-out animation will be applied when the PopupView opens and zoom-in animation
  1156. will be applied when the PopupView closes
  1157. </summary>
  1158. </member>
  1159. <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.Fade">
  1160. <summary>
  1161. Fade-out animation will be applied when the PopupView opens and Fade-in animation
  1162. will be applied when the PopupView closes
  1163. </summary>
  1164. </member>
  1165. <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.SlideOnLeft">
  1166. <summary>
  1167. PopupView will be animated from left-to-right, when it opens and it will be animated
  1168. from right-to-left when the PopupView closes.
  1169. </summary>
  1170. </member>
  1171. <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.SlideOnRight">
  1172. <summary>
  1173. PopupView will be animated from right-to-left, when it opens and it will be animated
  1174. from left-to-right when the PopupView closes.
  1175. </summary>
  1176. </member>
  1177. <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.SlideOnTop">
  1178. <summary>
  1179. PopupView will be animated from top-to-bottom, when it opens and it will be animated
  1180. from bottom-to-top when the PopupView closes.
  1181. </summary>
  1182. </member>
  1183. <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.SlideOnBottom">
  1184. <summary>
  1185. PopupView will be animated from bottom-to-top, when it opens and it will be animated
  1186. from top-to-bottom when the PopupView closes.
  1187. </summary>
  1188. </member>
  1189. <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.None">
  1190. <summary>
  1191. Animation will not be applied.
  1192. </summary>
  1193. </member>
  1194. <member name="T:Syncfusion.XForms.PopupLayout.AppearanceMode">
  1195. <summary>
  1196. Built-in layout styles of the PopupView.
  1197. </summary>
  1198. </member>
  1199. <member name="F:Syncfusion.XForms.PopupLayout.AppearanceMode.OneButton">
  1200. <summary>
  1201. A layout with one button in the footer.
  1202. </summary>
  1203. </member>
  1204. <member name="F:Syncfusion.XForms.PopupLayout.AppearanceMode.TwoButton">
  1205. <summary>
  1206. A layout with two buttons in the footer.
  1207. </summary>
  1208. </member>
  1209. <member name="T:Syncfusion.XForms.PopupLayout.RelativePosition">
  1210. <summary>
  1211. Positions the popup view relative to the given view.
  1212. </summary>
  1213. </member>
  1214. <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignTop">
  1215. <summary>
  1216. Displays the popup at the top of the given view.
  1217. </summary>
  1218. </member>
  1219. <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignToLeftOf">
  1220. <summary>
  1221. Displays the popup to the left of the given view.
  1222. </summary>
  1223. </member>
  1224. <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignToRightOf">
  1225. <summary>
  1226. Displays the popup to the right of the given view.
  1227. </summary>
  1228. </member>
  1229. <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignBottom">
  1230. <summary>
  1231. Displays the popup at the bottom of the given view.
  1232. </summary>
  1233. </member>
  1234. <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignTopLeft">
  1235. <summary>
  1236. Displays the popup at the top left position of the given view.
  1237. </summary>
  1238. </member>
  1239. <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignTopRight">
  1240. <summary>
  1241. Displays the popup at the top right position of the given view.
  1242. </summary>
  1243. </member>
  1244. <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignBottomLeft">
  1245. <summary>
  1246. Displays the popup at the bottom left position of the given view.
  1247. </summary>
  1248. </member>
  1249. <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignBottomRight">
  1250. <summary>
  1251. Displays the popup at the botto right position of the given view.
  1252. </summary>
  1253. </member>
  1254. <member name="T:Syncfusion.XForms.PopupLayout.XamarinExtensions">
  1255. <exclude/>
  1256. </member>
  1257. <member name="F:Syncfusion.XForms.PopupLayout.XamarinExtensions.density">
  1258. <summary>
  1259. Density of the device.
  1260. </summary>
  1261. </member>
  1262. <member name="M:Syncfusion.XForms.PopupLayout.XamarinExtensions.ConvertPixelsToDp(System.Object,System.Double)">
  1263. <summary>
  1264. Converts the pixels to dp.
  1265. </summary>
  1266. <param name="pixels">The pixel value for which the density independent pixel should be obtained.</param>
  1267. <param name="view">The view as object</param>
  1268. <returns>The dp for the given pixels.</returns>
  1269. </member>
  1270. <member name="M:Syncfusion.XForms.PopupLayout.XamarinExtensions.ConvertDpToPixels(System.Object,System.Double)">
  1271. <summary>
  1272. Converts the given dp to pixels.
  1273. </summary>
  1274. <param name="view">The view as object</param>
  1275. <param name="dp">The density independent pixel value for which the pixel
  1276. value should be obtained.</param>
  1277. <returns>The pixels for the given dp value.</returns>
  1278. </member>
  1279. <member name="T:Syncfusion.XForms.PopupLayoutResourceManager">
  1280. <summary>
  1281. Provides convenient access to culture-specific resources at run time.
  1282. </summary>
  1283. </member>
  1284. <member name="P:Syncfusion.XForms.PopupLayoutResourceManager.Manager">
  1285. <summary>
  1286. Gets or sets the culture-specific resources.
  1287. </summary>
  1288. </member>
  1289. </members>
  1290. </doc>