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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also