CommandLinkButtonFadingAnimationsEnabled Property

Gets or sets whether fading animations are enabled for the control. Animations work on Windows Vista and above when rendering with visual styles.
Default value: .

See the online help for an animated image example.

Definition

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

Property Value

Boolean

Implements

ISupportsFadingTStateFadingAnimationsEnabled

Examples

  Tip

See the Examples section of the CommandLinkButton class for an animated image example.

See Also