Dart.Emulation Namespace > Vt Class : BlinkIntensity Property |
<DefaultValueAttribute()> Public Property BlinkIntensity As Integer
Dim instance As Vt Dim value As Integer instance.BlinkIntensity = value value = instance.BlinkIntensity
[DefaultValue()] public int BlinkIntensity {get; set;}
[DefaultValue()] public: __property int get_BlinkIntensity(); public: __property void set_BlinkIntensity( int value );
[DefaultValue()] public: property int BlinkIntensity { int get(); void set ( int value); }
The valid range is 0 to 100. When set to 0, text will go off and on during the blink cycle. When set to 100 blinking is effectively "turned off". When set to a value in the middle, blinking text will appear dimmer than usual.