AdvancedLabelFadingAnimationOptions Property

Gets or sets the fading options of the control.
Default value: StandardEffects. In case of an AdvancedLabel, it covers the animation of the enabled/disabled transition.

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

See Also