Метод | Описание | |
---|---|---|
FormAnimator ( |
Creates a new FormAnimator object for the specified form No animation will be used unless the Method and/or Direction properties are set independently. The Duration is set to quarter of a second by default. |
|
FormAnimator ( |
Creates a new FormAnimator object for the specified form using the specified method in the specified direction over the specified duration The direction argument will have no effect if the Center or Fade method is specified |
|
FormAnimator ( |
Creates a new FormAnimator object for the specified form using the specified method over the specified duration No animation will be used for the Roll or Slide methods unless the Direction property is set independently |
Метод | Описание | |
---|---|---|
Form_Closing ( object sender, CancelEventArgs e ) : void |
Animates the form automatically when it closes
|
|
Form_Load ( object sender, |
Animates the form automatically when it is loaded
|
|
Form_VisibleChanged ( object sender, |
Animates the form automatically when it is shown or hidden
|
public FormAnimator ( |
||
form | /// The form to be animated /// | |
Результат | System |
public FormAnimator ( |
||
form | /// The form to be animated /// | |
method | AnimationMethod | /// The animation method used to show and hide the form /// |
direction | AnimationDirection | /// The direction in which to animate the form /// |
duration | int | /// The number of milliseconds over which the animation is played /// |
Результат | System |
public FormAnimator ( |
||
form | /// The form to be animated /// | |
method | AnimationMethod | /// The animation method used to show and hide the form /// |
duration | int | /// The number of milliseconds over which the animation is played /// |
Результат | System |