In This Topic
Gets or sets a value that determines whether popups should be shown using a fade-in animation.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property FadeIn As System.Boolean
'Usage
Dim instance As Popup
Dim value As System.Boolean
instance.FadeIn = value
value = instance.FadeIn
[System.ComponentModel.DefaultValue(true)]
public System.bool FadeIn {get; set;}
public read-write property FadeIn: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set FadeIn : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_FadeIn();
public: __property void set_FadeIn(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool FadeIn {
System.bool get();
void set ( System.bool value);
}
See Also