This repository has been archived on 2025-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
xerobrowser/packages/Bunifu.UI.WinForms.5.3.0/lib/net40/Bunifu.UI.WinForms.BunifuPages.xml
2023-02-20 23:24:10 +13:00

752 lines
33 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>Bunifu.UI.WinForms.BunifuPages</name>
</assembly>
<members>
<member name="T:Bunifu.UI.WinForms.BunifuPages">
<summary>
Provides controlled tab-based navigation that appears invisible
to users but visible and customizable to developers at design-time,
mimicking single-page-applications (SPAs).
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPages.#ctor">
<summary>
Provides controlled tab-based navigation which
appears invisible to users but visible and customizable
to developers, thus mimicking single-page-applications design.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuPages.AllowTransitions">
<summary>
Gets or sets a value indicating
whether transitions are enabled.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuPages.Transition">
<summary>
Gets or sets the transition options to be
applied when moving between pages.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuPages.TransitionType">
<summary>
Gets or sets the type of transition to be
used when moving from one page to another.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuPages.Page">
<summary>
Gets or sets the currently selected page.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuPages.PageIndex">
<summary>
Gets or sets the currently selected page
using its page index.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuPages.PageTitle">
<summary>
Gets or sets the currently selected page
using its page title or text.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuPages.PageName">
<summary>
Gets or sets the currently selected page
using its page name.
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPages.SetPage(System.String,System.Boolean)">
<summary>
Sets the tab page that will be visible to the user.
</summary>
<param name="pageTitle">The title of the tab page to set.</param>
<param name="useNameInstead">
If set to true, the tab page name will be used
instead of the page title when selecting; else,
the default page title will be used by default.
</param>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPages.SetPage(System.Int32)">
<summary>
Sets the tab page that will be visible to the user.
</summary>
<param name="pageIndex">The tab page index to be set.</param>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPages.SetPage(System.Windows.Forms.TabPage)">
<summary>
Sets the tab page that will be visible to the user.
</summary>
<param name="page">The tab page to be set.</param>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuPages.OnSelecting(System.Windows.Forms.TabControlCancelEventArgs)">
<summary>
Raises the <see cref="M:Bunifu.UI.WinForms.BunifuPages.OnSelecting(System.Windows.Forms.TabControlCancelEventArgs)"/> event.
</summary>
<param name="e">
Provides data for the 'Selecting' and 'Deselecting'
events of a <see cref="T:Bunifu.UI.WinForms.BunifuPages"/> control.
</param>
</member>
<member name="F:Utilities.BunifuPages.BunifuAnimatorNS.DoubleBitmapControl.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuAnimatorNS.DoubleBitmapControl.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuAnimatorNS.DoubleBitmapControl.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuAnimatorNS.DoubleBitmapForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuAnimatorNS.DoubleBitmapForm.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuAnimatorNS.DoubleBitmapForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuAnimatorNS.PointFConverter.#ctor">
<summary>
Creates a new instance of PointFConverter
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuAnimatorNS.PointFConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Boolean, true if the source type is a string
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuAnimatorNS.PointFConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>
Converts the specified string into a PointF
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuAnimatorNS.PointFConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
Converts the PointF into a string
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.queue">
<summary>
The queue
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.thread">
<summary>
The thread
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.timer">
<summary>
The timer
</summary>
</member>
<member name="E:Utilities.BunifuPages.BunifuTransition.AnimationCompleted">
<summary>
Occurs when animation of the control is completed
</summary>
</member>
<member name="E:Utilities.BunifuPages.BunifuTransition.AllAnimationsCompleted">
<summary>
Ocuurs when all animations are completed
</summary>
</member>
<member name="E:Utilities.BunifuPages.BunifuTransition.TransfromNeeded">
<summary>
Occurs when needed transform matrix
</summary>
</member>
<member name="E:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeeded">
<summary>
Occurs when needed non-linear transformation
</summary>
</member>
<member name="E:Utilities.BunifuPages.BunifuTransition.MouseDown">
<summary>
Occurs when user click on the animated control
</summary>
</member>
<member name="E:Utilities.BunifuPages.BunifuTransition.FramePainted">
<summary>
Occurs when frame of animation is painting
</summary>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.MaxAnimationTime">
<summary>
Max time of animation (ms)
</summary>
<value>The maximum animation time.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.DefaultAnimation">
<summary>
Default animation
</summary>
<value>The default animation.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.Cursor">
<summary>
Cursor of animated control
</summary>
<value>The cursor.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.IsCompleted">
<summary>
Are all animations completed?
</summary>
<value><c>true</c> if this instance is completed; otherwise, <c>false</c>.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.Interval">
<summary>
Interval between frames (ms)
</summary>
<value>The interval.</value>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.animationType">
<summary>
The animation type
</summary>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.AnimationType">
<summary>
Type of built-in animation
</summary>
<value>The type of the animation.</value>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Utilities.BunifuPages.BunifuTransition" /> class.
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.#ctor(System.ComponentModel.IContainer)">
<summary>
Initializes a new instance of the <see cref="T:Utilities.BunifuPages.BunifuTransition" /> class.
</summary>
<param name="container">The container.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.Init">
<summary>
Initializes this instance.
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.Start">
<summary>
Starts this instance.
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.invokerControl">
<summary>
The invoker control
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.timer_Tick(System.Object,System.EventArgs)">
<summary>
Handles the Tick event of the timer control.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.Animator_Disposed(System.Object,System.EventArgs)">
<summary>
Handles the Disposed event of the Animator control.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.Work">
<summary>
Works this instance.
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.CheckRequests">
<summary>
initializeComponent result state of controls
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.IsStateOK(System.Windows.Forms.Control,Utilities.BunifuPages.BunifuTransition.AnimateMode)">
<summary>
Determines whether [is state ok] [the specified control].
</summary>
<param name="control">The control.</param>
<param name="mode">The mode.</param>
<returns><c>true</c> if [is state ok] [the specified control]; otherwise, <c>false</c>.</returns>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.RepairState(System.Windows.Forms.Control,Utilities.BunifuPages.BunifuTransition.AnimateMode)">
<summary>
Repairs the state.
</summary>
<param name="control">The control.</param>
<param name="mode">The mode.</param>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.counter">
<summary>
The counter
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.DoAnimation(Utilities.BunifuPages.BunifuTransition.QueueItem)">
<summary>
Does the animation.
</summary>
<param name="item">The item.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.InitDefaultAnimation(Utilities.BunifuPages.BunifuAnimatorNS.AnimationType)">
<summary>
Initializes the default animation.
</summary>
<param name="animationType">Type of the animation.</param>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.TimeStep">
<summary>
Time step
</summary>
<value>The time step.</value>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.Show(System.Windows.Forms.Control,System.Boolean,Utilities.BunifuPages.BunifuAnimatorNS.Animation)">
<summary>
Shows the control. As result the control will be shown with animation.
</summary>
<param name="control">Target control</param>
<param name="parallel">Allows to animate it same time as other animations</param>
<param name="animation">Personal animation</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.ShowSync(System.Windows.Forms.Control,System.Boolean,Utilities.BunifuPages.BunifuAnimatorNS.Animation)">
<summary>
Shows the control and waits while animation will be completed. As result the control will be shown with animation.
</summary>
<param name="control">Target control</param>
<param name="parallel">Allows to animate it same time as other animations</param>
<param name="animation">Personal animation</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.Hide(System.Windows.Forms.Control,System.Boolean,Utilities.BunifuPages.BunifuAnimatorNS.Animation)">
<summary>
Hides the control. As result the control will be hidden with animation.
</summary>
<param name="control">Target control</param>
<param name="parallel">Allows to animate it same time as other animations</param>
<param name="animation">Personal animation</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.HideSync(System.Windows.Forms.Control,System.Boolean,Utilities.BunifuPages.BunifuAnimatorNS.Animation)">
<summary>
Hides the control and waits while animation will be completed. As result the control will be hidden with animation.
</summary>
<param name="control">Target control</param>
<param name="parallel">Allows to animate it same time as other animations</param>
<param name="animation">Personal animation</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.BeginUpdate(System.Windows.Forms.Control,System.Boolean,Utilities.BunifuPages.BunifuAnimatorNS.Animation,System.Drawing.Rectangle)">
<summary>
It makes snapshot of the control before updating. It requires EndUpdate calling.
</summary>
<param name="control">Target control</param>
<param name="parallel">Allows to animate it same time as other animations</param>
<param name="animation">Personal animation</param>
<param name="clipRectangle">Clip rectangle for animation</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.EndUpdate(System.Windows.Forms.Control)">
<summary>
Upadates control view with animation. It requires to call BeginUpdate before.
</summary>
<param name="control">Target control</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.EndUpdateSync(System.Windows.Forms.Control)">
<summary>
Upadates control view with animation and waits while animation will be completed. It requires to call BeginUpdate before.
</summary>
<param name="control">Target control</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.WaitAllAnimations">
<summary>
Waits while all animations will completed.
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.WaitAnimation(System.Windows.Forms.Control)">
<summary>
Waits while animation of the control will completed.
</summary>
<param name="animatedControl">The animated control.</param>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.requests">
<summary>
The requests
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.OnCompleted(Utilities.BunifuPages.BunifuTransition.QueueItem)">
<summary>
Called when [completed].
</summary>
<param name="item">The item.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.AddToQueue(System.Windows.Forms.Control,Utilities.BunifuPages.BunifuTransition.AnimateMode,System.Boolean,Utilities.BunifuPages.BunifuAnimatorNS.Animation,System.Drawing.Rectangle)">
<summary>
Adds the contol to animation queue.
</summary>
<param name="control">Target control</param>
<param name="mode">Animation mode</param>
<param name="parallel">Allows to animate it same time as other animations</param>
<param name="animation">Personal animation</param>
<param name="clipRectangle">The clip rectangle.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.CreateDoubleBitmap(System.Windows.Forms.Control,Utilities.BunifuPages.BunifuTransition.AnimateMode,Utilities.BunifuPages.BunifuAnimatorNS.Animation,System.Drawing.Rectangle)">
<summary>
Creates the double bitmap.
</summary>
<param name="control">The control.</param>
<param name="mode">The mode.</param>
<param name="animation">The animation.</param>
<param name="clipRect">The clip rect.</param>
<returns>Controller.</returns>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.OnFramePainted(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Handles the <see cref="E:FramePainted" /> event.
</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs" /> instance containing the event data.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.OnMouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Handles the <see cref="E:MouseDown" /> event.
</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs" /> instance containing the event data.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.OnNonLinearTransfromNeeded(System.Object,Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg)">
<summary>
Called when [non linear transfrom needed].
</summary>
<param name="sender">The sender.</param>
<param name="e">The e.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.OnTransformNeeded(System.Object,Utilities.BunifuPages.BunifuTransition.TransfromNeededEventArg)">
<summary>
Called when [transform needed].
</summary>
<param name="sender">The sender.</param>
<param name="e">The e.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.ClearQueue">
<summary>
Clears queue.
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.OnAnimationCompleted(Utilities.BunifuPages.BunifuTransition.AnimationCompletedEventArg)">
<summary>
Called when [animation completed].
</summary>
<param name="e">The e.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.OnAllAnimationsCompleted">
<summary>
Called when [all animations completed].
</summary>
</member>
<member name="T:Utilities.BunifuPages.BunifuTransition.QueueItem">
<summary>
Class QueueItem.
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.QueueItem.animation">
<summary>
The animation
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.QueueItem.controller">
<summary>
The controller
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.QueueItem.control">
<summary>
The control
</summary>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.QueueItem.ActivateTime">
<summary>
Gets the activate time.
</summary>
<value>The activate time.</value>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.QueueItem.mode">
<summary>
The mode
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.QueueItem.clipRectangle">
<summary>
The clip rectangle
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.QueueItem.isActive">
<summary>
The is active
</summary>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.QueueItem.IsActive">
<summary>
Gets or sets a value indicating whether this instance is active.
</summary>
<value><c>true</c> if this instance is active; otherwise, <c>false</c>.</value>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.GetDecoration(System.Windows.Forms.Control)">
<summary>
Gets the decoration.
</summary>
<param name="control">The control.</param>
<returns>DecorationType.</returns>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.SetDecoration(System.Windows.Forms.Control,Utilities.BunifuPages.BunifuTransition.DecorationType)">
<summary>
Sets the decoration.
</summary>
<param name="control">The control.</param>
<param name="decoration">The decoration.</param>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.DecorationByControls">
<summary>
The decoration by controls
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.CanExtend(System.Object)">
<summary>
Specifies whether this object can provide its extender properties to the specified object.
</summary>
<param name="extendee">The <see cref="T:System.Object" /> to receive the extender properties.</param>
<returns>true if this object can provide extender properties to the specified object; otherwise, false.</returns>
</member>
<member name="T:Utilities.BunifuPages.BunifuTransition.DecorationType">
<summary>
Enum DecorationType
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.DecorationType.None">
<summary>
The none
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.DecorationType.BottomMirror">
<summary>
The bottom mirror
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.DecorationType.Custom">
<summary>
The custom
</summary>
</member>
<member name="T:Utilities.BunifuPages.BunifuTransition.AnimationCompletedEventArg">
<summary>
Class AnimationCompletedEventArg.
</summary>
<seealso cref="T:System.EventArgs" />
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.AnimationCompletedEventArg.Animation">
<summary>
Gets or sets the animation.
</summary>
<value>The animation.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.AnimationCompletedEventArg.Control">
<summary>
Gets the control.
</summary>
<value>The control.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.AnimationCompletedEventArg.Mode">
<summary>
Gets the mode.
</summary>
<value>The mode.</value>
</member>
<member name="T:Utilities.BunifuPages.BunifuTransition.TransfromNeededEventArg">
<summary>
Class TransfromNeededEventArg.
</summary>
<seealso cref="T:System.EventArgs" />
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.TransfromNeededEventArg.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Utilities.BunifuPages.BunifuTransition.TransfromNeededEventArg" /> class.
</summary>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.TransfromNeededEventArg.Matrix">
<summary>
Gets or sets the matrix.
</summary>
<value>The matrix.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.TransfromNeededEventArg.CurrentTime">
<summary>
Gets the current time.
</summary>
<value>The current time.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.TransfromNeededEventArg.ClientRectangle">
<summary>
Gets the client rectangle.
</summary>
<value>The client rectangle.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.TransfromNeededEventArg.ClipRectangle">
<summary>
Gets the clip rectangle.
</summary>
<value>The clip rectangle.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.TransfromNeededEventArg.Animation">
<summary>
Gets or sets the animation.
</summary>
<value>The animation.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.TransfromNeededEventArg.Control">
<summary>
Gets the control.
</summary>
<value>The control.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.TransfromNeededEventArg.Mode">
<summary>
Gets the mode.
</summary>
<value>The mode.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.TransfromNeededEventArg.UseDefaultMatrix">
<summary>
Gets or sets a value indicating whether [use default matrix].
</summary>
<value><c>true</c> if [use default matrix]; otherwise, <c>false</c>.</value>
</member>
<member name="T:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg">
<summary>
Class NonLinearTransfromNeededEventArg.
</summary>
<seealso cref="T:System.EventArgs" />
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg.CurrentTime">
<summary>
Gets the current time.
</summary>
<value>The current time.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg.ClientRectangle">
<summary>
Gets the client rectangle.
</summary>
<value>The client rectangle.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg.Pixels">
<summary>
Gets the pixels.
</summary>
<value>The pixels.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg.Stride">
<summary>
Gets the stride.
</summary>
<value>The stride.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg.SourceClientRectangle">
<summary>
Gets the source client rectangle.
</summary>
<value>The source client rectangle.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg.SourcePixels">
<summary>
Gets the source pixels.
</summary>
<value>The source pixels.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg.SourceStride">
<summary>
Gets or sets the source stride.
</summary>
<value>The source stride.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg.Animation">
<summary>
Gets or sets the animation.
</summary>
<value>The animation.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg.Control">
<summary>
Gets the control.
</summary>
<value>The control.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg.Mode">
<summary>
Gets the mode.
</summary>
<value>The mode.</value>
</member>
<member name="P:Utilities.BunifuPages.BunifuTransition.NonLinearTransfromNeededEventArg.UseDefaultTransform">
<summary>
Gets or sets a value indicating whether [use default transform].
</summary>
<value><c>true</c> if [use default transform]; otherwise, <c>false</c>.</value>
</member>
<member name="T:Utilities.BunifuPages.BunifuTransition.AnimateMode">
<summary>
Enum AnimateMode
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.AnimateMode.Show">
<summary>
The show
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.AnimateMode.Hide">
<summary>
The hide
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.AnimateMode.Update">
<summary>
The update
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.AnimateMode.BeginUpdate">
<summary>
The begin update
</summary>
</member>
<member name="F:Utilities.BunifuPages.BunifuTransition.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Utilities.BunifuPages.BunifuTransition.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
</members>
</doc>