AdvancedButtonFadingAnimationOptions Property

Gets or sets the fading options of the control.
Default value: StandardEffects.

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(FadingOptions.StandardEffects)]
[TypeConverterAttribute(typeof(FlagsEnumConverter))]
public FadingOptions FadingAnimationOptions { get; set; }

Property Value

FadingOptions

Examples

  Tip

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

See Also