AdvancedLabelFadingAnimationsEnabled 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: .
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(true)]
public bool FadingAnimationsEnabled { get; set; }
<DefaultValueAttribute(true)>
Public Property FadingAnimationsEnabled As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
virtual property bool FadingAnimationsEnabled {
bool get () sealed;
void set (bool value) sealed;
}
[<DefaultValueAttribute(true)>]
abstract FadingAnimationsEnabled : bool with get, set
[<DefaultValueAttribute(true)>]
override FadingAnimationsEnabled : bool with get, set
BooleanISupportsFadingTStateFadingAnimationsEnabled