PowerTCP Emulation for .NET
BlinkIntensity Property




Gets or sets the "brightness" of blinking text.
Syntax
<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);
}

Property Value

An integer representing the intensity of blinking text. The default value is 0.
Remarks

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.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic