PowerTCP Emulation for .NET
NormalIntensity Property




Gets or sets the "brightness" of normal text.
Syntax
<ObsoleteAttribute(Message="Use the AnsiColor property instead.", IsError=True)>
<DefaultValueAttribute()>
Public Property NormalIntensity As Integer
Dim instance As Vt
Dim value As Integer
 
instance.NormalIntensity = value
 
value = instance.NormalIntensity
[Obsolete(Message="Use the AnsiColor property instead.", IsError=true)]
[DefaultValue()]
public int NormalIntensity {get; set;}
[Obsolete(Message="Use the AnsiColor property instead.", IsError=true)]
[DefaultValue()]
public: __property int get_NormalIntensity();
public: __property void set_NormalIntensity( 
   int value
);
[Obsolete(Message="Use the AnsiColor property instead.", IsError=true)]
[DefaultValue()]
public:
property int NormalIntensity {
   int get();
   void set (    int value);
}

Property Value

An integer specifying the "brightness" level. The default value is 75.
Remarks

The valid range is 0 to 100.

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