Tip
See the Examples section of the AdvancedRadioButton class for an animated image example.
[DefaultValueAttribute(true)]
public bool FadingAnimationsEnabled { get; set; }<DefaultValueAttribute(true)>
Public Property FadingAnimationsEnabled As Boolean
Get
Setpublic:
[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