123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290 |
- <?xml version="1.0"?>
- <doc>
- <assembly>
- <name>Syncfusion.SfPopupLayout.XForms</name>
- </assembly>
- <members>
- <member name="T:Syncfusion.XForms.PopupLayout.PopupView">
- <summary>
- Defines the pop-up view of SfPopupLayout.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.SfPopupLayout">
- <summary>
- Instance of SfPopupLayout.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.#ctor">
- <summary>
- Initializes a new instance of the PopupView class.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.AppearanceModeProperty">
- <summary>
- Identifies the AppearanceMode bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.HeaderTemplateProperty">
- <summary>
- Identifies the HeaderTemplate bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.ContentTemplateProperty">
- <summary>
- Identifies the ContentTemplate bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.FooterTemplateProperty">
- <summary>
- Identifies the FooterTemplate bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.ShowHeaderProperty">
- <summary>
- Identifies the ShowHeader bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.ShowFooterProperty">
- <summary>
- Identifies the ShowFooter bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.HeaderTitleProperty">
- <summary>
- Identifies the HeaderTitle bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.PopupMessageProperty">
- <summary>
- Identifies the PopupMessage bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.AcceptButtonTextProperty">
- <summary>
- Identifies the AcceptButtonText bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.DeclineButtonTextProperty">
- <summary>
- Identifies the DeclineButtonText bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.StartXProperty">
- <summary>
- Identifies the StartX bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.StartYProperty">
- <summary>
- Identifies the StartY bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.PopupStyleProperty">
- <summary>
- Identifies the PopupStyle bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.AnimationModeProperty">
- <summary>
- Identifies the AnimationMode bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.ShowCloseButtonProperty">
- <summary>
- Identifies the ShowCloseButton bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.AnimationDurationProperty">
- <summary>
- Identifies the AnimationDuration bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.HeaderHeightProperty">
- <summary>
- Identifies the HeaderHeight bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.FooterHeightProperty">
- <summary>
- Identifies the FooterHeight bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.AcceptCommandProperty">
- <summary>
- Identifies the AcceptCommand bindable property
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.DeclineCommandProperty">
- <summary>
- Identifies the DeclineCommand bindable property
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupView.IsFullScreenProperty">
- <summary>
- Identifies the IsFullScreen bindable property.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.AppearanceMode">
- <summary>
- Gets or sets the type of layout template of the PopupView.
- </summary>
- <value>
- The type of layout template of the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.HeaderTemplate">
- <summary>
- Gets or sets the template to be loaded in the header of the PopupView.
- </summary>
- <value>
- The template to be loaded in the header of the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.ContentTemplate">
- <summary>
- Gets or sets the template to be loaded in the body of the PopupView.
- </summary>
- <value>
- The template to be loaded in the body of the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.FooterTemplate">
- <summary>
- Gets or sets the template to be loaded in the footer of the PopupView.
- </summary>
- <value>
- The template to be loaded in the footer of the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.ShowHeader">
- <summary>
- Gets or sets a value indicating whether the header is to be included in the PopupView.
- </summary>
- <value>
- A value indicating whether the header is to be included in the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.ShowFooter">
- <summary>
- Gets or sets a value indicating whether the footer is to be included in the PopupView.
- </summary>
- <value>
- A value indicating whether the footer is to be included in the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.HeaderTitle">
- <summary>
- Gets or sets the header title of the PopupView.
- </summary>
- <value>
- The Header title of the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.PopupMessage">
- <summary>
- Gets or sets the pop-up message of the PopupView.
- </summary>
- <value>
- The popup message of the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.AcceptButtonText">
- <summary>
- Gets or sets the text of accept button in the footer.
- </summary>
- <value>
- The text of the accept button in the footer.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.DeclineButtonText">
- <summary>
- Gets or sets the text of decline button in the footer.
- </summary>
- <value>
- The text of the decline button in the footer.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.StartX">
- <summary>
- Gets or sets the x-position of the PopupView.
- </summary>
- <value>
- The x-position of the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.StartY">
- <summary>
- Gets or sets the y-position of the PopupView.
- </summary>
- <value>
- The y-position of the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.PopupStyle">
- <summary>
- Gets or sets the style to be applied to the PopupView in SfPopupLayout.
- </summary>
- <value>
- The style to be applied to the PopupView in SfPopupLayout.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.AnimationMode">
- <summary>
- Gets or sets the animation to be applied for the PopupView when opening and closing it.
- </summary>
- <value>
- The animation to be applied for the PopupView when it opens and closes.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.AnimationDuration">
- <summary>
- Gets or sets the duration in milliseconds of the animation played when opening and closing the PopupView.
- </summary>
- <value>
- The duration in milliseconds of the animation played at the opening and closing of the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.HeaderHeight">
- <summary>
- Gets or sets the header height of the PopupView.
- </summary>
- <value>
- The header height of the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.FooterHeight">
- <summary>
- Gets or sets the footer height of the PopupView.
- </summary>
- <value>
- The footer height of the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.ShowCloseButton">
- <summary>
- Indicates a boolean value to show the close button in the header.
- </summary>
- <value>
- A boolean value indicating whether to show the close button in the header.
- </value>
- </member>
- <!-- Badly formed XML comment ignored for member "P:Syncfusion.XForms.PopupLayout.PopupView.IsFullScreen" -->
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnAppearanceModePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for AppearanceMode bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnPropertyChanged(System.String)">
- <summary>
- Method that is called when a bound property is changed.
- </summary>
- <param name="propertyName">Name of the property</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnHeaderTemplatePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for HeaderTemplate bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnContentTemplatePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for ContentTemplate bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnFooterTemplatePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for FooterTemplate bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnShowHeaderPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for ShowHeader bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnShowFooterPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for ShowFooter bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnHeaderTitlePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for HeaderTitle bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnPopupMessagePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for PopupMessage bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnAcceptButtonTextPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for AcceptButtonText bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnDeclineButtonTextPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for DeclineButtonText bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnStartXPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for StartX bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnStartYPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for StartY bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnPopupStylePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for PopupStyle bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnAnimationModePropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for AnimationMode bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnShowCloseButtonPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for ShowCloseButton bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnAnimationDurationPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for AnimationDuration bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnHeaderHeightPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for HeaderHeight bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.OnFooterHeightPropertyChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for FooterHeight bindable property changed.
- </summary>
- <param name="bindable">instance of the PopupView class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.SetParent(Xamarin.Forms.Element,Xamarin.Forms.Element)">
- <summary>
- Sets the parent.
- </summary>
- <param name="oldElement">Gets the old element.</param>
- <param name="newElement">Gets the new element.</param>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.AcceptCommand">
- <summary>
- Gets the command to invoke when the accept button in the footer is tapped.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupView.DeclineCommand">
- <summary>
- Gets the command to invoke when the footer button in the footer is tapped.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.RaiseAcceptCommand(System.Windows.Input.ICommand)">
- <summary>
- Raises the given command.
- </summary>
- <param name="command">The command to be raised.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.RaiseDeclineCommand(System.Windows.Input.ICommand)">
- <summary>
- Raises the given command.
- </summary>
- <param name="command">The command to be raised.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.Dispose">
- <summary>
- Performs final clean up before it is released from memory.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupView.Dispose(System.Boolean)">
- <summary>
- Releases the unmanaged resources used by the component and optionally releases the managed resources.
- </summary>
- <param name="disposing"> if true - release both managed and unmanaged resources;
- if false - release only unmanaged resources.
- </param>
- </member>
- <member name="T:Syncfusion.XForms.PopupLayout.SfPopupLayout">
- <summary>
- Displays an alert message with customizable buttons or load any desired view inside the pop-up.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.popupOpeningEventArgs">
- <summary>
- Holds the <see cref="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Opening"/> event arguments.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.popupClosingEventArgs">
- <summary>
- Holds the <see cref="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Closing"/> event arguments.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.canReplaceRootView">
- <summary>
- Indicates whether the Content of the Page should be replaced.
- </summary>
- <remarks>
- This case is used, when the SfPopupLayout is not the root view from sample level.
- </remarks>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.alreadyDisposed">
- <summary>
- Allow only once to dispose the managed and unmanaged resources.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.canClose">
- <summary>
- Used to decide whether popup can be closed or not.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.#ctor">
- <summary>
- Initializes a new instance of the SfPopupLayout class.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.ContentProperty">
- <summary>
- Identifies the Content bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupViewProperty">
- <summary>
- Identifies the PopupView bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.IsOpenProperty">
- <summary>
- Identifies the IsOpen bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.StaysOpenProperty">
- <summary>
- Identifies the StaysOpen bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativePositionProperty">
- <summary>
- Identifies the RelativePosition bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeViewProperty">
- <summary>
- Identifies the RelativeView bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.AbsoluteXProperty">
- <summary>
- Identifies the AbsoluteX bindable property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.AbsoluteYProperty">
- <summary>
- Identifies the AbsoluteY bindable property.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.Content">
- <summary>
- Gets or sets the content to be hosted in the pop-up.
- </summary>
- <value>
- The content of the SfPopupLayout.
- </value>
- <remarks>
- The PopupView will be hosted inside the view which is set as the Content.
- </remarks>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativePosition">
- <summary>
- 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.
- </summary>
- <value>
- The relative position, where popup should be displayed relatively to <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeView"/>
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativeView">
- <summary>
- 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.
- </summary>
- <value>
- The view relative to which popup should be displayed based on the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.RelativePosition"/>.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.AbsoluteX">
- <summary>
- 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.
- </summary>
- <value>
- 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"/>.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.AbsoluteY">
- <summary>
- 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.
- </summary>
- <value>
- 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"/>.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView">
- <summary>
- 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>.
- </summary>
- <value>
- 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>.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.IsOpen">
- <summary>
- Gets or sets a value indicating whether the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> is open or not.
- </summary>
- <value>
- The value indicating whether the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> is open or not.
- </value>
- <remarks>
- The PopupView will be opened and closed based on this value.
- </remarks>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.StaysOpen">
- <summary>
- 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.
- </summary>
- <value>
- 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.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.NativeObject">
- <summary>
- Gets or sets the native object of SfPopupLayout.
- </summary>
- <value>
- The native object of SfPopupLayout.
- </value>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.downX">
- <summary>
- Touch down x-point in the SfPopupLayout.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.SfPopupLayout.downY">
- <summary>
- Touch down y-point in the SfPopupLayout.
- </summary>
- </member>
- <member name="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Opened">
- <summary>
- Gets fired whenever the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> is shown in the view.
- </summary>
- <remarks>
- This event fires whenever the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.IsOpen"/> property is set as <c>true</c>.
- </remarks>
- </member>
- <member name="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Closed">
- <summary>
- Gets fired whenever the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> is dismissed from the view.
- </summary>
- <remarks>
- This event fires whenever the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.IsOpen"/> property is set as <c>false</c>.
- </remarks>
- </member>
- <member name="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Opening">
- <summary>
- Gets fired whenever the <see cref="P:Syncfusion.XForms.PopupLayout.SfPopupLayout.PopupView"/> is opening in the view. Occurrence can be cancelled based on conditions.
- </summary>
- </member>
- <member name="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Closing">
- <summary>
- 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.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Show(System.Boolean)">
- <summary>
- Displays a pop-up in the view.
- </summary>
- <param name="fullScreen">Determines whether to display the popup in full width and height of the screen.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.ShowAtTouchPoint">
- <summary>
- Displays a pop-up at the touch point.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Show(System.Double,System.Double)">
- <summary>
- Displays a pop-up at the given x and y points.
- </summary>
- <param name="xPosition">The x-point at which the popup should be displayed.</param>
- <param name="yPosition">The y-point at which the popup should be displayed.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.ShowRelativeToView(Xamarin.Forms.View,Syncfusion.XForms.PopupLayout.RelativePosition,System.Double,System.Double)">
- <summary>
- Displays a pop-up relative to the given view.
- </summary>
- <param name="relativeView">The view relative to which popup should be displayed.</param>
- <param name="relativePosition">The position, where popup should be displayed,
- relative to the given view.</param>
- <param name="absoluteX">The absolute X-point from relative view.</param>
- <param name="absoluteY">The absolute Y-point from relative view.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.ShowRelativeToViewForXamlBinding(Xamarin.Forms.View,Syncfusion.XForms.PopupLayout.RelativePosition,System.Double,System.Double)">
- <summary>
- Displays popup, relative to the given view when set via XAML binding.
- </summary>
- <param name="relativeView">The view relative to which popup should be displayed.</param>
- <param name="relativePosition">The position, where popup should be displayed,
- relative to the given view.</param>
- <param name="absoluteX">The absolute X-point from relative view.</param>
- <param name="absoluteY">The absolute Y-point from relative view.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Dismiss">
- <summary>
- Dismisses the pop-up from the view.
- </summary>
- <remarks>
- This parameter is used, when the rootView is not SfPopupLayout. If it is true,
- the ParentView will be reset in the CotentView, else the rootView will be maintained
- as SfPopupLayout.
- </remarks>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.LayoutChildren(System.Double,System.Double,System.Double,System.Double)">
- <summary>
- Positions and sizes the children of a layout.
- </summary>
- <param name="x">A value representing the x coordinate of the child region bounding box.</param>
- <param name="y">A value representing the y coordinate of the child region bounding box.</param>
- <param name="width">A value representing the width of the child region bounding box.</param>
- <param name="height">A value representing the height of the child region bounding box.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.OnBindingContextChanged">
- <summary>
- Executes an action by overriding this method when the BindingContext gets changed.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.GetMainPage">
- <summary>
- Gets the main page of the application
- </summary>
- <returns>Returns the main page of the application.</returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.RaisePopupOpeningEvent">
- <summary>
- Raises the Popup Opening event.
- </summary>
- <returns>Returns whether to cancel opening of the Popup.</returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.RaisePopupOpenedEvent">
- <summary>
- Raises the <see cref="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Opened"/> event.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.RaisePopupClosingEvent">
- <summary>
- Raises the Popup Closing event.
- </summary>
- <returns>Returns whether to cancel closing of the Popup.</returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.RaisePopupClosedEvent">
- <summary>
- Raises the <see cref="E:Syncfusion.XForms.PopupLayout.SfPopupLayout.Closed"/> event.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.ReplaceRootView">
- <summary>
- Replaces the root view of the page.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.OnContentChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for Content bindable property changed.
- </summary>
- <param name="bindable">Bindable object.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.OnPopupViewChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for PopupView bindable property changed.
- </summary>
- <param name="bindable">Bindable object.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.OnIsOpenChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for IsOpen bindable property changed.
- </summary>
- <param name="bindable">Instance of the SfPopupLayout class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.OnStaysOpenChanged(Xamarin.Forms.BindableObject,System.Object,System.Object)">
- <summary>
- Delegate for StaysOpen bindable property changed.
- </summary>
- <param name="bindable">Instance of the SfPopupLayout class.</param>
- <param name="oldValue">Old value in the property.</param>
- <param name="newValue">New value obtained in the property.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.GetViewParentPage(Xamarin.Forms.View)">
- <summary>
- Gets the parent page of the view.
- </summary>
- <param name="view">The view whose parent page has to be obtained.</param>
- <returns>The parent page of the view.</returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Syncfusion#XForms#Themes#IParentThemeElement#GetThemeDictionary">
- <summary>
- It returns the theme dictionary.
- </summary>
- <returns>A <see cref="T:Syncfusion.XForms.PopupLayout.SfPopupLayoutStyles"/></returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Syncfusion#XForms#Themes#IThemeElement#OnControlThemeChanged(System.String,System.String)">
- <summary>
- Contains value for “SfPopupLayoutTheme”.
- </summary>
- <param name="oldTheme">Gets the old theme.</param>
- <param name="newTheme">Gets the new theme.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Syncfusion#XForms#Themes#IThemeElement#OnCommonThemeChanged(System.String,System.String)">
- <summary>
- Contains value for “SyncfusionTheme”.
- </summary>
- <param name="oldTheme">Gets the old theme.</param>
- <param name="newTheme">Gets the new theme.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Dispose">
- <summary>
- Performs final clean up before it is released from memory.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayout.Dispose(System.Boolean)">
- <summary>
- Releases the unmanaged resources used by the component and optionally releases the managed resources.
- </summary>
- <param name="disposing"> if true - release both managed and unmanaged resources;
- if false - release only unmanaged resources.
- </param>
- </member>
- <member name="T:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService">
- <summary>
- Dependency service interface of SfPopupLayout
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.IsAnimationInProgress(System.Object)">
- <summary>
- Gets whether Popup opening / closing animation is in progress.
- </summary>
- <param name="nativeObject">The native object of SfPopupLayout.</param>
- <returns>Returns whether Popup opening / closing animation is in progress.</returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.GetDensity">
- <summary>
- Gets the density of the device.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.GetScreenWidth">
- <summary>
- Gets the width of the device in pixels.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.GetScreenHeight">
- <summary>
- Gets the height of the device in pixels.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.Show(System.Object,Syncfusion.XForms.PopupLayout.SfPopupLayout)">
- <summary>
- Displays the Popup in the view.
- </summary>
- <param name="nativeObject">The native object of SfPopupLayout.</param>
- <param name="popup">Instance of SfPopupLayout</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.UpdatePopupViewstyle(System.Object)">
- <summary>
- Displays the Popup in the view.
- </summary>
- <param name="nativeObject">The native object of SfPopupLayout.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.ShowAtTouchPoint(System.Object,Syncfusion.XForms.PopupLayout.SfPopupLayout)">
- <summary>
- Displays the Popup at the touch point.
- </summary>
- <param name="nativeObject">The native object of SfPopupLayout.</param>
- <param name="popup">Instance of SfPopupLayout</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.Show(System.Object,System.Double,System.Double,Syncfusion.XForms.PopupLayout.SfPopupLayout)">
- <summary>
- Displays popup at the given x and y position.
- </summary>
- <param name="nativeObject">The native object of SfPopupLayout.</param>
- <param name="xPosition">The x-position where the popup should be displayed.</param>
- <param name="yPosition">The y-position where the popup should be displayed.</param>
- <param name="popup">Instance of SfPopupLayout</param>
- </member>
- <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)">
- <summary>
- Displays popup, relative to the given view.
- </summary>
- <param name="nativeObject">The native object of SfPopupLayout.</param>
- <param name="relativeView">The view relative to which popup should be displayed.</param>
- <param name="relativePosition">The position, where popup should be displayed,
- relative to the given view.</param>
- <param name="absoluteX">The absolute X-point from relative view.</param>
- <param name="absoluteY">The absolute Y-point from relative view.</param>
- <param name="popupLayout">Instance of SfPoppupLayout</param>
- <param name="canMap">Value indicating whether PCL popup values can be assigned to the native popup</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.IPopupLayoutDependencyService.DismissPopup(System.Object)">
- <summary>
- Dismisses the pop-up from the view.
- </summary>
- <param name="nativeObject">The native object of SfPopupLayout.</param>
- <remarks>
- This parameter is used, when the rootView is not SfPopupLayout. If it is true,
- the ParentView will be reset in the CotentView, else the rootView will be maintained
- as SfPopupLayout.
- </remarks>
- </member>
- <member name="T:Syncfusion.XForms.PopupLayout.SfPopupLayoutStyles">
- <summary>
- Provides required theme colors to the properties exposed in <see cref="T:Syncfusion.XForms.PopupLayout.PopupStyle"/>.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.SfPopupLayoutStyles.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:Syncfusion.XForms.PopupLayout.SfPopupLayoutStyles"/> class.
- </summary>
- </member>
- <member name="T:Syncfusion.XForms.PopupLayout.PopupStyle">
- <summary>
- Represents the style of SfPopupLayout.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.cornerRadius">
- <summary>
- Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.CornerRadius"/> property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.borderThickness">
- <summary>
- Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.BorderThickness"/> property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.popupLayout">
- <summary>
- Instance of the <see cref="T:Syncfusion.XForms.PopupLayout.SfPopupLayout"/>.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.closeButtonIcon">
- <summary>
- Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.CloseButtonIcon"/> property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.headerFontSize">
- <summary>
- Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderFontSize"/> property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.headerFontFamily">
- <summary>
- Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderFontFamily"/> property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.headerFontAttribute">
- <summary>
- Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderFontAttribute"/> property.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.headerTextAlignment">
- <summary>
- Backing field for the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderTextAlignment"/> property.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.#ctor">
- <summary>
- Initializes a new instance of the PopupStyle class.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.CloseButtonIcon">
- <summary>
- Gets or sets the image to be placed in the header close button.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderBackgroundColor">
- <summary>
- Gets or sets the background color to be applied for the header.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderTextColor">
- <summary>
- Gets or sets the text color to be applied for the header title.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderFontSize">
- <summary>
- Gets or sets the font size of the header title.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderFontFamily">
- <summary>
- Gets or sets the font style to be applied for the header title.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderFontAttribute">
- <summary>
- Gets or sets the font attribute to be applied for the header title.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderTextAlignment">
- <summary>
- Gets or sets the text alignment of the header.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.FooterBackgroundColor">
- <summary>
- Gets the background color of the footer.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.AcceptButtonBackgroundColor">
- <summary>
- Gets or sets the background color of accept button in the footer.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.AcceptButtonTextColor">
- <summary>
- Gets or sets the foreground color of accept button in the footer.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.DeclineButtonBackgroundColor">
- <summary>
- Gets or sets the background color of decline button in the footer.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.DeclineButtonTextColor">
- <summary>
- Gets or sets the foreground color of decline button in the footer.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.BorderColor">
- <summary>
- Gets or sets the border color for the PopupView.
- </summary>
- <value>
- The border color for the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.CornerRadius">
- <summary>
- Gets or sets the corner radius for the PopupView.
- </summary>
- <value>
- The corner radius for the PopupView.
- </value>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayout.PopupStyle.BorderThickness">
- <summary>
- Gets or sets the border thickness for the PopupView.
- </summary>
- <value>
- The border thickness for the PopupView.
- </value>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderBackgroundColorProperty">
- <summary>
- Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderBackgroundColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.AcceptButtonBackgroundColorProperty">
- <summary>
- Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.AcceptButtonBackgroundColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.AcceptButtonTextColorProperty">
- <summary>
- Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.AcceptButtonTextColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.BorderColorProperty">
- <summary>
- Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.BorderColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.DeclineButtonBackgroundColorProperty">
- <summary>
- Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.DeclineButtonBackgroundColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.DeclineButtonTextColorProperty">
- <summary>
- Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.DeclineButtonTextColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderTextColorProperty">
- <summary>
- Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.HeaderTextColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.PopupStyle.FooterBackgroundColorProperty">
- <summary>
- Identifies the <see cref="P:Syncfusion.XForms.PopupLayout.PopupStyle.FooterBackgroundColor"/> <see cref="T:Xamarin.Forms.BindableProperty"/>.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetTextColor">
- <summary>
- Sets the text color for header and message text.
- </summary>
- <returns></returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetButtonTextColor">
- <summary>
- Sets the text color for accept button and decline button.
- </summary>
- <returns></returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetButtonBackgroundColor">
- <summary>
- Sets the background color for accept button and decline button.
- </summary>
- <returns></returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetBackgroundColor">
- <summary>
- Sets the background color for header and message.
- </summary>
- <returns></returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetBorderColor">
- <summary>
- Sets the border color.
- </summary>
- <returns></returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetFooterBackgroundColor">
- <summary>
- Sets the footer background color.
- </summary>
- <returns></returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.Initializestyle">
- <summary>
- Initializes the default values for the properties in <see cref="T:Syncfusion.XForms.PopupLayout.PopupStyle"/> class.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.SetPopupLayout(Syncfusion.XForms.PopupLayout.SfPopupLayout)">
- <summary>
- Used to get the instance of the <see cref="N:Syncfusion.XForms.PopupLayout"/> class
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.Syncfusion#XForms#Themes#IThemeElement#OnControlThemeChanged(System.String,System.String)">
- <summary>
- Contains the value for style properties.
- </summary>
- <param name="oldTheme">Gets the old theme.</param>
- <param name="newTheme">Gets the old theme.</param>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.PopupStyle.Syncfusion#XForms#Themes#IThemeElement#OnCommonThemeChanged(System.String,System.String)">
- <summary>
- Contains value for “SyncfusionTheme”.
- </summary>
- <param name="oldTheme">Gets the old theme.</param>
- <param name="newTheme">Gets the new theme.</param>
- </member>
- <member name="T:Syncfusion.XForms.PopupLayout.AnimationMode">
- <summary>
- Built-in animations available in SfPopupLayout, which is applied when the
- PopupView opens and closes in the screen.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.Zoom">
- <summary>
- zoom-out animation will be applied when the PopupView opens and zoom-in animation
- will be applied when the PopupView closes
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.Fade">
- <summary>
- Fade-out animation will be applied when the PopupView opens and Fade-in animation
- will be applied when the PopupView closes
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.SlideOnLeft">
- <summary>
- PopupView will be animated from left-to-right, when it opens and it will be animated
- from right-to-left when the PopupView closes.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.SlideOnRight">
- <summary>
- PopupView will be animated from right-to-left, when it opens and it will be animated
- from left-to-right when the PopupView closes.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.SlideOnTop">
- <summary>
- PopupView will be animated from top-to-bottom, when it opens and it will be animated
- from bottom-to-top when the PopupView closes.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.SlideOnBottom">
- <summary>
- PopupView will be animated from bottom-to-top, when it opens and it will be animated
- from top-to-bottom when the PopupView closes.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.AnimationMode.None">
- <summary>
- Animation will not be applied.
- </summary>
- </member>
- <member name="T:Syncfusion.XForms.PopupLayout.AppearanceMode">
- <summary>
- Built-in layout styles of the PopupView.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.AppearanceMode.OneButton">
- <summary>
- A layout with one button in the footer.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.AppearanceMode.TwoButton">
- <summary>
- A layout with two buttons in the footer.
- </summary>
- </member>
- <member name="T:Syncfusion.XForms.PopupLayout.RelativePosition">
- <summary>
- Positions the popup view relative to the given view.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignTop">
- <summary>
- Displays the popup at the top of the given view.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignToLeftOf">
- <summary>
- Displays the popup to the left of the given view.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignToRightOf">
- <summary>
- Displays the popup to the right of the given view.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignBottom">
- <summary>
- Displays the popup at the bottom of the given view.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignTopLeft">
- <summary>
- Displays the popup at the top left position of the given view.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignTopRight">
- <summary>
- Displays the popup at the top right position of the given view.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignBottomLeft">
- <summary>
- Displays the popup at the bottom left position of the given view.
- </summary>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.RelativePosition.AlignBottomRight">
- <summary>
- Displays the popup at the botto right position of the given view.
- </summary>
- </member>
- <member name="T:Syncfusion.XForms.PopupLayout.XamarinExtensions">
- <exclude/>
- </member>
- <member name="F:Syncfusion.XForms.PopupLayout.XamarinExtensions.density">
- <summary>
- Density of the device.
- </summary>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.XamarinExtensions.ConvertPixelsToDp(System.Object,System.Double)">
- <summary>
- Converts the pixels to dp.
- </summary>
- <param name="pixels">The pixel value for which the density independent pixel should be obtained.</param>
- <param name="view">The view as object</param>
- <returns>The dp for the given pixels.</returns>
- </member>
- <member name="M:Syncfusion.XForms.PopupLayout.XamarinExtensions.ConvertDpToPixels(System.Object,System.Double)">
- <summary>
- Converts the given dp to pixels.
- </summary>
- <param name="view">The view as object</param>
- <param name="dp">The density independent pixel value for which the pixel
- value should be obtained.</param>
- <returns>The pixels for the given dp value.</returns>
- </member>
- <member name="T:Syncfusion.XForms.PopupLayoutResourceManager">
- <summary>
- Provides convenient access to culture-specific resources at run time.
- </summary>
- </member>
- <member name="P:Syncfusion.XForms.PopupLayoutResourceManager.Manager">
- <summary>
- Gets or sets the culture-specific resources.
- </summary>
- </member>
- </members>
- </doc>
|