Bunifu.UI.WinForms.BunifuPages
Provides controlled tab-based navigation that appears invisible
to users but visible and customizable to developers at design-time,
mimicking single-page-applications (SPAs).
Provides controlled tab-based navigation which
appears invisible to users but visible and customizable
to developers, thus mimicking single-page-applications design.
Gets or sets a value indicating
whether transitions are enabled.
Gets or sets the transition options to be
applied when moving between pages.
Gets or sets the type of transition to be
used when moving from one page to another.
Gets or sets the currently selected page.
Gets or sets the currently selected page
using its page index.
Gets or sets the currently selected page
using its page title or text.
Gets or sets the currently selected page
using its page name.
Sets the tab page that will be visible to the user.
The title of the tab page to set.
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.
Sets the tab page that will be visible to the user.
The tab page index to be set.
Sets the tab page that will be visible to the user.
The tab page to be set.
Raises the event.
Provides data for the 'Selecting' and 'Deselecting'
events of a control.
Required designer variable.
Clean up any resources being used.
true if managed resources should be disposed; otherwise, false.
Required method for Designer support - do not modify
the contents of this method with the code editor.
Required designer variable.
Clean up any resources being used.
true if managed resources should be disposed; otherwise, false.
Required method for Designer support - do not modify
the contents of this method with the code editor.
Creates a new instance of PointFConverter
Boolean, true if the source type is a string
Converts the specified string into a PointF
Converts the PointF into a string
The queue
The thread
The timer
Occurs when animation of the control is completed
Ocuurs when all animations are completed
Occurs when needed transform matrix
Occurs when needed non-linear transformation
Occurs when user click on the animated control
Occurs when frame of animation is painting
Max time of animation (ms)
The maximum animation time.
Default animation
The default animation.
Cursor of animated control
The cursor.
Are all animations completed?
true if this instance is completed; otherwise, false.
Interval between frames (ms)
The interval.
The animation type
Type of built-in animation
The type of the animation.
Initializes a new instance of the class.
Initializes a new instance of the class.
The container.
Initializes this instance.
Starts this instance.
The invoker control
Handles the Tick event of the timer control.
The source of the event.
The instance containing the event data.
Handles the Disposed event of the Animator control.
The source of the event.
The instance containing the event data.
Works this instance.
initializeComponent result state of controls
Determines whether [is state ok] [the specified control].
The control.
The mode.
true if [is state ok] [the specified control]; otherwise, false.
Repairs the state.
The control.
The mode.
The counter
Does the animation.
The item.
Initializes the default animation.
Type of the animation.
Time step
The time step.
Shows the control. As result the control will be shown with animation.
Target control
Allows to animate it same time as other animations
Personal animation
Shows the control and waits while animation will be completed. As result the control will be shown with animation.
Target control
Allows to animate it same time as other animations
Personal animation
Hides the control. As result the control will be hidden with animation.
Target control
Allows to animate it same time as other animations
Personal animation
Hides the control and waits while animation will be completed. As result the control will be hidden with animation.
Target control
Allows to animate it same time as other animations
Personal animation
It makes snapshot of the control before updating. It requires EndUpdate calling.
Target control
Allows to animate it same time as other animations
Personal animation
Clip rectangle for animation
Upadates control view with animation. It requires to call BeginUpdate before.
Target control
Upadates control view with animation and waits while animation will be completed. It requires to call BeginUpdate before.
Target control
Waits while all animations will completed.
Waits while animation of the control will completed.
The animated control.
The requests
Called when [completed].
The item.
Adds the contol to animation queue.
Target control
Animation mode
Allows to animate it same time as other animations
Personal animation
The clip rectangle.
Creates the double bitmap.
The control.
The mode.
The animation.
The clip rect.
Controller.
Handles the event.
The sender.
The instance containing the event data.
Handles the event.
The sender.
The instance containing the event data.
Called when [non linear transfrom needed].
The sender.
The e.
Called when [transform needed].
The sender.
The e.
Clears queue.
Called when [animation completed].
The e.
Called when [all animations completed].
Class QueueItem.
The animation
The controller
The control
Gets the activate time.
The activate time.
The mode
The clip rectangle
The is active
Gets or sets a value indicating whether this instance is active.
true if this instance is active; otherwise, false.
Gets the decoration.
The control.
DecorationType.
Sets the decoration.
The control.
The decoration.
The decoration by controls
Specifies whether this object can provide its extender properties to the specified object.
The to receive the extender properties.
true if this object can provide extender properties to the specified object; otherwise, false.
Enum DecorationType
The none
The bottom mirror
The custom
Class AnimationCompletedEventArg.
Gets or sets the animation.
The animation.
Gets the control.
The control.
Gets the mode.
The mode.
Class TransfromNeededEventArg.
Initializes a new instance of the class.
Gets or sets the matrix.
The matrix.
Gets the current time.
The current time.
Gets the client rectangle.
The client rectangle.
Gets the clip rectangle.
The clip rectangle.
Gets or sets the animation.
The animation.
Gets the control.
The control.
Gets the mode.
The mode.
Gets or sets a value indicating whether [use default matrix].
true if [use default matrix]; otherwise, false.
Class NonLinearTransfromNeededEventArg.
Gets the current time.
The current time.
Gets the client rectangle.
The client rectangle.
Gets the pixels.
The pixels.
Gets the stride.
The stride.
Gets the source client rectangle.
The source client rectangle.
Gets the source pixels.
The source pixels.
Gets or sets the source stride.
The source stride.
Gets or sets the animation.
The animation.
Gets the control.
The control.
Gets the mode.
The mode.
Gets or sets a value indicating whether [use default transform].
true if [use default transform]; otherwise, false.
Enum AnimateMode
The show
The hide
The update
The begin update
Required designer variable.
Clean up any resources being used.
true if managed resources should be disposed; otherwise, false.
Required method for Designer support - do not modify
the contents of this method with the code editor.