PowerTCP Emulation for .NET CF
BlinkIntensity Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : BlinkIntensity Property




Gets or sets the "brightness" of blinking text.

Syntax

Visual Basic (Declaration) 
Public Property BlinkIntensity As Integer
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As Integer
 
instance.BlinkIntensity = value
 
value = instance.BlinkIntensity
C# 
public int BlinkIntensity {get; set;}
Managed Extensions for C++ 
public: __property int get_BlinkIntensity();
public: __property void set_BlinkIntensity( 
   int value
);
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.