IsAnimated Property (Gauge)
In This Topic
Gets or sets whether the gauge should animate value changes.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property IsAnimated As System.Boolean
'Usage
Dim instance As Gauge
Dim value As System.Boolean
instance.IsAnimated = value
value = instance.IsAnimated
[System.ComponentModel.DefaultValue(true)]
public System.bool IsAnimated {get; set;}
public read-write property IsAnimated: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set IsAnimated : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_IsAnimated();
public: __property void set_IsAnimated(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool IsAnimated {
System.bool get();
void set ( System.bool value);
}
See Also