Tip
See the Examples section of the AdvancedButton class for an animated image example.
[DefaultValueAttribute(FadingOptions.StandardEffects)]
[TypeConverterAttribute(typeof(FlagsEnumConverter))]
public FadingOptions FadingAnimationOptions { get; set; }<DefaultValueAttribute(FadingOptions.StandardEffects)>
<TypeConverterAttribute(GetType(FlagsEnumConverter))>
Public Property FadingAnimationOptions As FadingOptions
Get
Setpublic:
[DefaultValueAttribute(FadingOptions::StandardEffects)]
[TypeConverterAttribute(typeof(FlagsEnumConverter))]
virtual property FadingOptions FadingAnimationOptions {
FadingOptions get () sealed;
void set (FadingOptions value) sealed;
}[<DefaultValueAttribute(FadingOptions.StandardEffects)>]
[<TypeConverterAttribute(typeof(FlagsEnumConverter))>]
abstract FadingAnimationOptions : FadingOptions with get, set
[<DefaultValueAttribute(FadingOptions.StandardEffects)>]
[<TypeConverterAttribute(typeof(FlagsEnumConverter))>]
override FadingAnimationOptions : FadingOptions with get, set