CommandLinkButtonFadingAnimationDefaultSpeed Property

Gets or sets the default fading animation speed for non-standard animations in milliseconds. Zero value means immediate change.
Default value: 500.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(500)]
public int FadingAnimationDefaultSpeed { get; set; }

Property Value

Int32

Implements

ISupportsFadingTStateFadingAnimationDefaultSpeed

See Also