AdvancedCheckBoxFadingAnimationOptions Property
Gets or sets the fading options of the control.
Default value:
StandardEffects.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(FadingOptions.StandardEffects)]
[TypeConverterAttribute(typeof(FlagsEnumConverter))]
public FadingOptions FadingAnimationOptions { get; set; }
<DefaultValueAttribute(FadingOptions.StandardEffects)>
<TypeConverterAttribute(GetType(FlagsEnumConverter))>
Public Property FadingAnimationOptions As FadingOptions
Get
Set
public:
[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
Property Value
FadingOptions